fix(doc): remove npm link discussion as doc does not exist(yet)

master
Ashley Williams 6 years ago
parent 305f0513ea
commit 83433ddd38
  1. 5
      docs/src/prerequisites/npm.md

@ -20,11 +20,6 @@ your package to the npm registry you'll need an npm account.
You can find information about signing up for npm [here][npm-signup-info].
If you'd rather not sign up for an account or publish a package to the regsitry, you can
use the [`npm link`] command to use your generated package locally, which we'll discuss
later in the [Tutorial].
[`npm link`]: https://docs.npmjs.com/cli/link
[npm-install-info]: https://www.npmjs.com/get-npm
[npm-signup-info]: https://www.npmjs.com/signup
[Tutorial]: ../tutorial/index.html

Loading…
Cancel
Save