You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason the jqueryui library is called "jquery-ui" and the typings is called "@types/jqueryui" this is causing a mismatch in the association and a failure in compiling.
A solution i found is to rename the folder .\node_modules\@types\jqueryui into .\node_modules\@types\jquery-ui.
Those folders are not uploaded to github and should be created through npm install, so a manual fix is needed.
The text was updated successfully, but these errors were encountered:
For some reason the jqueryui library is called "jquery-ui" and the typings is called "@types/jqueryui" this is causing a mismatch in the association and a failure in compiling.
A solution i found is to rename the folder
.\node_modules\@types\jqueryui
into.\node_modules\@types\jquery-ui
.Those folders are not uploaded to github and should be created through
npm install
, so a manual fix is needed.The text was updated successfully, but these errors were encountered: