ember-cli-101-errata icon indicating copy to clipboard operation
ember-cli-101-errata copied to clipboard

Page 93: npm adduser

Open kgish opened this issue 10 years ago • 2 comments

In order to be able to run npm publish successfully, you first have to have setup your username and password by running npm adduser otherwise you'll get swamped/confused by a bunch of error messages.

kgish avatar Nov 28 '14 19:11 kgish

You might also want to explain/warn the reader that npm publish will actually put the addon in the remote npm repository http://www.npmjs.org/

kgish avatar Nov 28 '14 19:11 kgish

Like @kgish said, npm publish pushes the addon to the npm repository, wouldn't it be better to use something like npm link

Edit: Maybe using npm install --save-dev ../ember-cli-fill-murray would work better

rkrdo avatar Jan 12 '15 05:01 rkrdo