-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
https resolutions in package.json causes failures #423
Comments
I took a minute to try to repo and besides another issue with What does the pnpm lockfile entry look like for jsonify for you? |
The whole pnpm lock file is:
|
Interesting, that is almost equivalent to what I got in #424
minus the |
I believe it comes from the |
Ahhh. That would do it. When I manually add a I'm not sure where it goes wrong but I'll track it down since this case should work if it works outside of bazel. |
👍🏻 yeah just confirmed that |
Mostly a trivial fix but definitely would have been a hard one for someone not familiar with the linking code. #424 resolves it. The crux of the issue is that the package |
Excellent - thank you! |
If I have the following
package.json
:The build will fail with this error:
(Here I'm mimicking an npm registry with
localhost
but it applies no matter what the origin is.)AFAICT there's an issue with the paths in
external/npm__json-stable-stringify__1.0.1__links
, and in particular theref_deps
doesn't seem to account for the fact we've got a tarball:The text was updated successfully, but these errors were encountered: