]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/doc/cli/npm-prefix.md
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / doc / cli / npm-prefix.md
1 npm-prefix(1) -- Display prefix
2 ===============================
3
4 ## SYNOPSIS
5
6     npm prefix [-g]
7
8 ## DESCRIPTION
9
10 Print the local prefix to standard out. This is the closest parent directory
11 to contain a package.json file unless `-g` is also specified.
12
13 If `-g` is specified, this will be the value of the global prefix. See
14 `npm-config(7)` for more detail.
15
16 ## SEE ALSO
17
18 * npm-root(1)
19 * npm-bin(1)
20 * npm-folders(5)
21 * npm-config(1)
22 * npm-config(7)
23 * npmrc(5)