-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
npm will soon (TBD) no longer store _ fields in package.json files in node_modules.
This is a problem for us:
Lines 53 to 59 in 652f169
| } else if (!(typeof pkg._from === 'string')) { | |
| log.info('install', 'installing standalone, skipping download.') | |
| process.exit(1) | |
| } else if (pkg._from.length > 4 && pkg._from.substr(0, 4) === 'git+') { | |
| log.info('install', 'installing from git repository, skipping download.') | |
| process.exit(1) | |
| } else if (opts.compile === true || opts.prebuild === false) { |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed