File: .verb.md

package info (click to toggle)
node-global-modules 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 124 kB
  • sloc: makefile: 4; sh: 2
file content (8 lines) | stat: -rw-r--r-- 221 bytes parent folder | download
1
2
3
4
5
6
7
8
## Usage

```js
var globalModules = require('{%= name %}');
console.log(globalModules);
//=> '/usr/local/lib/node_modules' 
```
_(Note that this path might be different based on OS or user defined configuration settings)_