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
CSS cannot be build with Laravel 7.x, node_modules path is correct but it seems metisMenu.css.map's "sources" value is incorrect.
Error message
"npm run watch" returns following error
Module build failed (from ./node_modules/css-loader/index.js):
ModuleBuildError: Module build failed (from ./node_modules/resolve-url-loader/index.js):
Error: ENOENT: no such file or directory, open 'file:///var/www/mywebsite/resources/sass/metisMenu.css.map'
The text was updated successfully, but these errors were encountered:
#Version
3.0.6
Description
CSS cannot be build with Laravel 7.x, node_modules path is correct but it seems metisMenu.css.map's "sources" value is incorrect.
Error message
"npm run watch" returns following error
Module build failed (from ./node_modules/css-loader/index.js): ModuleBuildError: Module build failed (from ./node_modules/resolve-url-loader/index.js): Error: ENOENT: no such file or directory, open 'file:///var/www/mywebsite/resources/sass/metisMenu.css.map'
The text was updated successfully, but these errors were encountered: