-
Notifications
You must be signed in to change notification settings - Fork 934
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Unable to resolve package" when package/version exists #1218
Comments
Hm, do any subdependencies of |
@andrewfulrich, sorry for the delayed response! This issue should be resolved in our new VS Code editor! If it doesn't work out of the box, try this command: npm install --legacy-peer-deps and let us know! |
I'm trying to move some examples over to stackblitz but ran into this error installing
@bayer/ol-kit
Reproduction steps:
ol@4.6.5
to dependencies to see that installs just fine by itself@bayer/ol-kit
to dependencies to see the error messageThis looks similar to #286 and #175
but I don't see any malformations in the package.json at https://github.com/MonsantoCo/ol-kit/blob/v0.2.2/package.json
Why would it look for
ol@~4.0
when the dependency in the package.json specifies ol@4.6.5? Wouldn't it at least look forol@~4.6
?The text was updated successfully, but these errors were encountered: