]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/doc/api/npm-root.md
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / doc / api / npm-root.md
1 npm-root(3) -- Display npm root
2 ===============================
3
4 ## SYNOPSIS
5
6     npm.commands.root(args, callback)
7
8 ## DESCRIPTION
9
10 Print the effective `node_modules` folder to standard out.
11
12 'args' is never used and callback is never called with data.
13 'args' must be present or things will break.
14
15 This function is not useful programmatically.