Hi there
When I run gulp I got this:
[22:27:27] gulp-notify: [Laravel Elixir] Browserify Failed!: Couldn't find preset "stage-2" relative to directory "/var/www/crm/node_modules/vue-select" while parsing file: /var/www/crm/node_modules/vue-select/src/mixins/pointerScroll.js
Any ideas what it might be?
Thanks in advance
Same as #52 & #51. You need to install the babel preset for stage-2. Since I've had a number of these issues pop up now, I'll likely remove this in a future release. Run this:
npm install --save-dev babel-preset-stage-2
Thanks :)
Yup, it works well. Thanks
Thanks worked for me too
thanks
Most helpful comment
Same as #52 & #51. You need to install the babel preset for stage-2. Since I've had a number of these issues pop up now, I'll likely remove this in a future release. Run this:
npm install --save-dev babel-preset-stage-2