-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
I have this dependency in my app package.json:
"lib": "file:../../packages/lib"
lib package.json:
{
"name": "lib",
"version": "0.0.0",
"main": "./src/index.ts",
"types": "./src/index.ts"
}
I get this error when run npm install:
☔️ error api has a dependency on lib@file:../../packages/lib but the version of lib in the repo is 0.0.0 which is not within range of the depended on version, please update the dependency version
☔️ info the above errors may be fixable with yarn manypkg fix
I think this is a bug.
tkambler, nicolewhite and danielrotaermel
Metadata
Metadata
Assignees
Labels
No labels