indexzero / ps-tree

MIT License
149 stars 29 forks source link

Error: ENOENT, open 'event-stream/package.json' #8

Closed ColemanGariety closed 10 years ago

ColemanGariety commented 10 years ago

Running npm install ps-tree on my OS X machine, no matter where I install it, always throws the following error:

Error: ENOENT, open 'foo/node_modules/ps-tree/node_modules/event-stream/package.json'

On my linux machine it installs fine.

ColemanGariety commented 10 years ago

For future reference: npm cache clean does the trick.

Sorry for bad ticket.