Skip to content

Instantly share code, notes, and snippets.

@injune1123
Last active November 27, 2018 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save injune1123/1858df05f59e8aad14cc2a7e621f5246 to your computer and use it in GitHub Desktop.
Save injune1123/1858df05f59e8aad14cc2a7e621f5246 to your computer and use it in GitHub Desktop.
my npm cheatsheet
//fix ${NPM_TOKEN} error
get a new token from npm.org
add `export NPM_TOKEN="{token}` to `~/.bash_profile`
//test a single file using Jest and npm?
npm test -- SomeTestFileToRun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment