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');
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