-
-
Save pareddy113/584d9e612cdae8cc40d8eed4f6e84ba4 to your computer and use it in GitHub Desktop.
Node tips
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//find he url of the loaded module | |
node -pe "require.resolve('Node')" | |
//to download a dependency and add it to package.json | |
npm install --save request |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment