twskj / pretty-swag

Pretty UI for Swagger spec
MIT License
122 stars 20 forks source link

Not compatible with NPM 5 #38

Closed lolobosse closed 6 years ago

lolobosse commented 7 years ago

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.
lolobosse commented 7 years ago

QUICK-FIX:

Dowgrade to NPM 4:

npm install -g npm@latest-4
twskj commented 7 years ago

I'll look into this in a bit.

twskj commented 7 years ago

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.

https://github.com/npm/npm/issues/16970

twskj commented 6 years ago

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