I follow the Laravel docs and wanted to install Elixir to control sass and other preprocessors.
But when I run "npm install" from the laravel root folder, I get:
114.316.724 bytes (220.3 MB on disk) for 35.861 elements
in the node_modules folder!
Please tell me that Elixir or Gulp does not need this ridiculous amount of dependencies, or am I something wrong?
The .json package contains:
{ "private": true, "scripts": { "prod": "gulp --production", "dev": "gulp watch" }, "devDependencies": { "gulp": "^3.9.1", "laravel-elixir": "^5.0.0", "bootstrap-sass": "^3.3.0" } }
source share