Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 285 Bytes

File metadata and controls

9 lines (8 loc) · 285 Bytes

NPM notest

How to use "npm link":

  • In package that will be using: npm run build if needs, and npm link
  • In project that uses package: npm link [name-of-package]
npm ls --link - show list of linked modules locally
npm ls --link --global  - show list linked global