Laravel-Elixir-Rollup
Laravel-Elixir-Rollup copied to clipboard
Error on Installation
On a fresh installation i get the error
npm install laravel-elixir-rollup-official --save-dev
npm ERR! Darwin 15.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "laravel-elixir-rollup-official" "--save-dev"
npm ERR! node v4.4.4
npm ERR! npm v3.9.0
npm ERR! No compatible version found: babel-preset-es2015-webpack@^6.13.2
npm ERR! Valid install targets:
npm ERR! 6.4.2, 6.4.1, 6.4.0, 6.3.15, 6.3.14, 6.3.13, 0.0.0
npm ERR!
npm ERR!
npm ERR! If you need help, you may report this error at:
npm ERR! <https://github.com/npm/npm/issues>
Debug Log http://laravel.io/bin/GykGP
@JeffreyWay I have the same problem on Production Server with the following version:
npm ERR! node -v v0.10.46
npm ERR! npm -v 1.3.6
I my local environment its working perfect, which has latest node and npm version. Any solution?