Skip to content

npm & package.json

Sébastien LUCAS edited this page Oct 28, 2016 · 6 revisions

^ update till new 1.x.x ~ update till newest 1.2.x

npm commands

npm list List all installed packages and potential errors

Hack

  • go to the node_modules and type npm install manually
  • npm install --save when a module claim a module depency...

NPM v3 dependency handling (flattened)

WIKI by Sébastien Lucas CEO & Funder or Bricks

Clone this wiki locally