Open xeodev-zz opened 8 years ago
Can you remove the node_modules
directory, and reinstall the modules?
rm -rf node_modules && npm i
You have to install 'laravel-elixir-webpack-official', i tried to install it with npm install (Cygwin). It failled and in my case Cygwin (related: https://github.com/npm/npm/issues/7456) was the problem. Did a npm install on git bash and everything works oké now.
p.s. make sure you got the latest version of npm/node.
I'm working with laravel latest version 5.3. I try to work with vuejs 2, but have a problem in installing packages using npm. Here my package.json:
with > npm install installs all the packages but not install laravel-elixir-webpack-official.
So try to run 'gulp'.
and I get this:
The values are the default values that come in laravel 5.3. Why not install laravel-elixir-webpack-official ?.
Excuse me, I'm bad with English.