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
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
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.
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 runningnpm install laravel-elixir-vueify
since it requires babel-runtime ^6.0.0See here https://registry.npmjs.org/laravel-elixir-vueify
The text was updated successfully, but these errors were encountered: