Skip to content

Testcase replicating bad interaction between node v6/npm 3 and node-pre-gyp

Notifications You must be signed in to change notification settings

springmeyer/bundle-dedupe-testcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

This testcase replicates an error of:

npm ERR! missing: [email protected], required by [email protected]

That happens with node v6.10.3 and npm v3.10.10 when npm ls is run after install of the module. What appears to be happening is that:

The tree that npm ls is outputs (when it returns an error with node v6) is:

└─┬ [email protected]
 ├���┬ [email protected]
 │ └── UNMET DEPENDENCY [email protected]

This does not happen with node v7 and npm v4.2.0

About

Testcase replicating bad interaction between node v6/npm 3 and node-pre-gyp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published