metallurgical / jquery-metal-clone

jQuery Plugin to Clone HTML DOM element without needed doing it yourself, this plugin will take care of everything. Just seat and drink coffee!
https://metallurgical.github.io/jquery-metal-clone
MIT License
15 stars 7 forks source link

installation with npm error in laravel mix #13

Open emmanuel31 opened 4 years ago

emmanuel31 commented 4 years ago

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

metallurgical commented 4 years ago

Sorry for late reply, very busy lately. Will looking into this once got free time