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

babel-runtime not updated on npm repository #18

Open
Alxmerino opened this issue May 25, 2016 · 2 comments
Open

babel-runtime not updated on npm repository #18

Alxmerino opened this issue May 25, 2016 · 2 comments

Comments

@Alxmerino
Copy link

Looks like babel-runtime is still using 5.8.34 in version 1.0.3 in the npm repository. This fails to install by just running npm install laravel-elixir-vueify since it requires babel-runtime ^6.0.0

See here https://registry.npmjs.org/laravel-elixir-vueify

@VictorKilo
Copy link

VictorKilo commented May 27, 2016

[ Previous Comment Redacted ]

I had installed nodejs through debian's apt manager which installed node at an incredibly old version 0.10.25. Updating to version 6.2.0 resolved my issue, although this issue is still relevant since the npm repo has not yet been updated.

@Alxmerino
Copy link
Author

A temporary solution for this installing it from git by adding it like this to you package.json

"laravel-elixir-vueify": "git+https://github.com/JeffreyWay/laravel-elixir-vueify.git",

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

2 participants