Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependency 'babelify' with VueJs 1.x #49

Open
DannyFeliz opened this issue Apr 3, 2017 · 0 comments
Open

Missing dependency 'babelify' with VueJs 1.x #49

DannyFeliz opened this issue Apr 3, 2017 · 0 comments

Comments

@DannyFeliz
Copy link

DannyFeliz commented Apr 3, 2017

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

@DannyFeliz DannyFeliz changed the title [1.x] Missing dependency 'babelify' with VueJs 1 Missing dependency 'babelify' with VueJs 1.x Apr 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant