Skip to content

Instantly share code, notes, and snippets.

@pareddy113
Last active July 17, 2017 21:02
Show Gist options
  • Save pareddy113/584d9e612cdae8cc40d8eed4f6e84ba4 to your computer and use it in GitHub Desktop.
Save pareddy113/584d9e612cdae8cc40d8eed4f6e84ba4 to your computer and use it in GitHub Desktop.
Node tips
//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