fix(createNormalizedUrl): replace String.fromCharCode by String.fromCodePoint#2906
Merged
Gerrit0 merged 3 commits intoTypeStrong:masterfrom Mar 19, 2025
Merged
fix(createNormalizedUrl): replace String.fromCharCode by String.fromCodePoint#2906Gerrit0 merged 3 commits intoTypeStrong:masterfrom
Gerrit0 merged 3 commits intoTypeStrong:masterfrom
Conversation
Collaborator
|
Please add a test which demonstrates why the fix is necessary so that it isn't broken in the future |
Contributor
Author
|
I'm facing an issue install the dependencies: Lockfile is up to date, resolution step is skipped
Packages: +284
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Packages are cloned from the content-addressable store to the virtual store.
Content-addressable store is at: /Users/romain/Library/pnpm/store/v10
Virtual store is at: node_modules/.pnpm
../../../../Library/pnpm/store/v10/tmp/_tmp_73656_1a31e7e1648f2980d9b5200af333a88c [@typestrong/fs-fixture-builder@0.0.0]: Running yarn-install script...
ERR_PNPM_PREPARE_PACKAGE Failed to prepare git-hosted package fetched from "https://codeload.github.com/TypeStrong/fs-fixture-builder/tar.gz/34113409e3a171e68ce5e2b55461ef5c35591cfe": @typestrong/fs-fixture-builder@0.0.0 yarn-install: `yarn install`@dprint/darwin-arm64@0.49.0: 759.00 B/7.90 MB
spawn ENOENT
Progress: resolved 284, reused 281, downloaded 1, added 0
Downloading @dprint/darwin-arm64@0.49.0: 759.00 B/7.90 MB |
Contributor
Author
I found a workaround using npm instead of pnpm.... |
Collaborator
|
Strange... some MacOS thing? Thanks for the update! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#2905