Skip to content

zzzarius/npm-file-dependency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing NPM local-paths

https://docs.npmjs.com/cli/v7/configuring-npm/package-json#local-paths

How NPM local-paths works

When adding local path as dependency using npm install file:./localdep it creates symbolic link to local directory.

  npm install
  ls -alh node_modules

... localdep -> ../localdep

Changes to local package are reflected in node_modules 🎉.

About

Repository for testing npm file dependecy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published