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
I get this error when I try to install this package in the version: vue-paginate": "^2.1.3"
events.js:160
throw er; // Unhandled 'error' event
^
Error: Cannot find module 'babelify' from '/path/to/my/app/node_modules/vue-paginate'
at /path/to/my/app/node_modules/gulp-browserify/node_modules/browserify/node_modules/resolve/lib/async.js:44:17
at process (/path/to/my/app/node_modules/gulp-browserify/node_modules/browserify/node_modules/resolve/lib/async.js:113:43)
at /path/to/my/app/node_modules/gulp-browserify/node_modules/browserify/node_modules/resolve/lib/async.js:122:21
at load (/path/to/my/app/node_modules/gulp-browserify/node_modules/browserify/node_modules/resolve/lib/async.js:54:43)
at /path/to/my/app/node_modules/gulp-browserify/node_modules/browserify/node_modules/resolve/lib/async.js:60:22
at /path/to/my/app/node_modules/gulp-browserify/node_modules/browserify/node_modules/resolve/lib/async.js:16:47
at FSReqWrap.oncomplete (fs.js:117:15)
To fix this issue I have to go to /path/to/my/app/node_modules/vue-paginate and manually run npm install to make it work which is not cool
The text was updated successfully, but these errors were encountered:
DannyFeliz
changed the title
[1.x] Missing dependency 'babelify' with VueJs 1
Missing dependency 'babelify' with VueJs 1.x
Apr 3, 2017
I get this error when I try to install this package in the version:
vue-paginate": "^2.1.3"
To fix this issue I have to go to
/path/to/my/app/node_modules/vue-paginate
and manually runnpm install
to make it work which is not coolThe text was updated successfully, but these errors were encountered: