summaryrefslogtreecommitdiffstats
path: root/tags/n/nodejs-module-installed-in-bad-directory.tag
blob: 3c0847f8a1275e68b7b71bc33172db960aa81a23 (plain)
1
2
3
4
5
6
7
8
9
Tag: nodejs-module-installed-in-bad-directory
Severity: warning
Check: languages/javascript/nodejs
Explanation: This package installs the specified nodejs module in a location that
 does not match its name declared in package.json. This renders this module
 unusable using a simple <code>require()</code>.
 .
 You can use pkg-js-tools auto installer to avoid this, see
 <code>/usr/share/doc/pkg-js-tools/README.md.gz</code>