@th507/foobar
v0.0.0
Published
A test module that demonstrates the quirk of npm@3
Downloads
2
Readme
foo-bar
A test module that demonstrates the quirk of npm@3
Install
$ npm install @th507/foobar
Problem
With npm@3, run npm ls
after installation yields errors
@th507/[email protected] /Users/john/foo-bar
├─┬ @th507/[email protected]
│ └── UNMET DEPENDENCY @th507/foo@^2.0.0
└── @th507/[email protected]
With npm@2, it works as expected
@th507/[email protected] /Users/john/foo-bar
├─┬ @th507/[email protected]
│ └── @th507/[email protected]
└── @th507/[email protected]