]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/node_modules/npm-install-checks/README.md
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / node_modules / npm-install-checks / README.md
1 # npm-install-checks
2
3 A package that contains checks that npm runs during the installation.
4
5 ## API
6
7 ### .checkEngine(target, npmVer, nodeVer, force, strict, cb)
8 Check if node/npm version is supported by the package.
9
10 Error type: `ENOTSUP`
11
12 ### .checkPlatform(target, force, cb)
13 Check if OS/Arch is supported by the package.
14
15 Error type: `EBADPLATFORM`
16
17 ### .checkCycle(target, ancestors, cb)
18 Check for cyclic dependencies.
19
20 Error type: `ECYCLE`
21
22 ### .checkGit(folder, cb)
23 Check if a folder is a .git folder.
24
25 Error type: `EISGIT`