Quantcast
Channel: npm 5 install folder without using symlink - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by koga73 for npm 5 install folder without using symlink

I wrote npm-install-offline which allows you to install npm packages from a local repository or folder. By default it copies the folder on install but you can also choose to...

View Article



Answer by Peter Dotchev for npm 5 install folder without using symlink

Use npm pack+npm install (as suggested by install-local package)npm pack <path-to-local-package>npm install <package-version.tgz>This will effectively copy your local package to...

View Article

npm 5 install folder without using symlink

Before publishing my node library, I could use the advice the npm documentation wrote about:To test a local install, go into some other folder, and then do:cd ../some-other-foldernpm install...

View Article
Browsing all 3 articles
Browse latest View live


Latest Images