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
After npm intall, in app.js add
require('jquery-metal-clone')
then npm run watch
the ouput error : ERROR in ./js/app.js
Module not found: Error: Can't resolve 'jquery-metal-clone' in '/var/www/html/app/js'
@ ./js/app.js 19:0-29
@ multi ./js/app.js
i made the same process for
require('bootstrap-sass');
require('select2');
require('rangeslider.js');
require('parsleyjs');
require('parsleyjs/dist/i18n/fr');
require('parsleyjs/dist/i18n/fr.extra');
require('slick-carousel');
require('jquery-touchswipe');
and all is working fine
error with webpack laravel mix
The text was updated successfully, but these errors were encountered:
After npm intall, in app.js add
require('jquery-metal-clone')
then npm run watch
the ouput error : ERROR in ./js/app.js
Module not found: Error: Can't resolve 'jquery-metal-clone' in '/var/www/html/app/js'
@ ./js/app.js 19:0-29
@ multi ./js/app.js
i made the same process for
require('bootstrap-sass');
require('select2');
require('rangeslider.js');
require('parsleyjs');
require('parsleyjs/dist/i18n/fr');
require('parsleyjs/dist/i18n/fr.extra');
require('slick-carousel');
require('jquery-touchswipe');
and all is working fine
error with webpack laravel mix
The text was updated successfully, but these errors were encountered: