sindresorhus / package-config

Get namespaced config from the closest package.json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency doesn't get installed

opened this issue · comments

the locate-path dependency doesn't get installed, causing my CI Build to fail. When I run npm install, it says:

npm WARN Invalid version: "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz"
npm WARN find-up No description
npm WARN find-up No repository field.
npm WARN find-up No README data
npm WARN find-up No license field.

I think that npm WARN Invalid version: "https://registry.npmjs.org/find-up/-/find-up-2.1.0. is the offending warning.

Please help

Closing. Realized I put on wrong repo