twskj/pretty-swag

Not compatible with NPM 5

Closed this issue · 4 comments

If you use NPM 5 you get:

npm ERR! code ENOLOCAL
npm ERR! Could not install from "../livedoc" as it does not contain a package.json file.

QUICK-FIX:

Dowgrade to NPM 4:

npm install -g npm@latest-4
twskj commented

I'll look into this in a bit.

twskj commented

NPM 5 give me a headache when using npm link.
Let's wait a bit until it's settle down. I'll give it another try.

npm/npm#16970

twskj commented

just checked with npm 5. It's all ok now.