@th507/foobar

0.0.0 • Public • Published

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/foobar@0.0.0 /Users/john/foo-bar
├─┬ @th507/bar@0.0.0
│ └── UNMET DEPENDENCY @th507/foo@^2.0.0
└── @th507/foo@1.0.0

With npm@2, it works as expected

@th507/foobar@0.0.0 /Users/john/foo-bar
├─┬ @th507/bar@0.0.0
│ └── @th507/foo@2.0.0
└── @th507/foo@1.0.0

Readme

Keywords

none

Package Sidebar

Install

npm i @th507/foobar

Weekly Downloads

1

Version

0.0.0

License

MIT

Last publish

Collaborators

  • th507