npm & package.json - sinsunsan/archiref_wiki GitHub Wiki

^ 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)