Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
doc: Improve wording in the FAQ to be more empathic and less jokey
Browse files Browse the repository at this point in the history
PR-URL: #10021
  • Loading branch information
Tomi Carr authored and iarna committed Oct 21, 2015
1 parent 9a28c54 commit 291162c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc/misc/npm-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@ npm-faq(7) -- Frequently Asked Questions

npm config set viewer browser

to open these documents in your default web browser rather than `man`.
This command will set the npm docs to open in your default web browser rather than `man`.

## It didn't work.

That's not really a question.
Please provide a little more detail, search for the error via [Google](https://google.com) or [StackOverflow npm](http://stackoverflow.com/search?q=npm) to see if another developer has encountered a similar problem.

## Why didn't it work?

I don't know yet.

Read the error output, and if you can't figure out what it means,
do what it says and post a bug with all the information it asks for.
Try reading the error output first, ensure this is a true npm issue and not a package issue. If you are having an issue with a package dependency, please submit your error to that particular package maintainer.

For any npm issues, try following the instructions, or even retracing your steps. If the issue continues to persist, submit a bug with the steps to reproduce, please include the operating system you are working on, along with the error you recieve.

## Where does npm put stuff?

Expand All @@ -28,7 +29,7 @@ tl;dr:

* Use the `npm root` command to see where modules go, and the `npm bin`
command to see where executables go
* Global installs are different from local installs. If you install
* Global installs are different from local installs. If you install
something with the `-g` flag, then its executables go in `npm bin -g`
and its modules go in `npm root -g`.

Expand Down

0 comments on commit 291162c

Please sign in to comment.