-
Notifications
You must be signed in to change notification settings - Fork 2
NPM Install ETARGET - No Matching Version #12
Comments
Can you run |
^ this surprises me a bit - i knew i had recently installed the latest lts version of node, but it apparently didn't come with the latest version of npm - that npm version is one from a year ago that i probably got when i first installed node on this laptop. i'm going to upgrade npm and try |
Upgrading npm did not fix the issue. However, pulling in the 3 recently added commits to the reorg branch did. |
The problem was definitely fixed by these changes to the main package-lock.json in the second to last commit in the reorg branch; |
(For practical purposes this issue is fixed and could be closed now, but I'm still curious about the mechanics behind it) |
@toBeOfUse :
The referenced error log looks like this:
2022-12-07T04_01_34_875Z-debug-0.log
The issue can be worked around by just find and replacing 1.0.36 with 1.0.34 in the package.json files, and should obviously fix itself when this branch is merged into main and the new packages are published to npm, but it is really weird that it does not find the local latest versions itself.
Originally posted by @toBeOfUse in #11 (comment)
The text was updated successfully, but these errors were encountered: