Closed
Description
Ticket to keep track of edge cases around applications bundling node-pre-gyp (which was the original recommendation but alternatives were proposed in #162) and not bundling (which was documented as an option in #201).
- Module uses node-pre-gyp, does bundle node-pre-gyp, and has a direct dependency on a dependency of node-pre-gyp - likely will be de-duped and breaks node v0.10.x install when node-pre-gyp is bundled and the dep is missing: v0.5.10 broken for node 0.10.x node-zipfile#72
- Module uses node-pre-gyp and does not bundle node-pre-gyp: likely will break windows: 3.1.5 breaks global install of dependents on Windows TryGhost/node-sqlite3#720
- Module uses node-pre-gyp and does not bundle node-pre-gyp and uses
npm install node-pre-gyp
in"preinstall"
: may lead tounexplainablehangs with various npm versions: Infinite loop during preisntall on node 0.12.7 npm 3.8.8 npm/npm#12583 | rebundlenode-pre-gyp
and do not preinstall it mapnik/node-mapnik#658 - Module uses node-pre-gyp and does not bundle node-pre-gyp and uses
npm install node-pre-gyp
in"preinstall"
:preinstall
fails withenoent ENOENT: no such file or directory, open '/home/user/<package>/package.json'
- refs Installation issues with node v4.2.6, npm v3.5.2 Project-OSRM/node-osrm#305
More details: fsevents/fsevents#157 (comment)
Metadata
Metadata
Assignees
Labels
No labels