cerebral / repo-cooker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix README

gaspard opened this issue · comments

The NPM_TOKEN needed has to be created by doing

npm login

and then copy the auth token from ~/.npmrc:

...
//registry.npmjs.org/:_authToken=[copy_token_found_here]