laravel-elixir-vueify
laravel-elixir-vueify copied to clipboard
babel-runtime not updated on npm repository
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
[ 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.
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",