We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
import { schema } from 'https://esm.sh/v135/@jsr/[email protected]+2'
https://esm.sh/v135/@jsr/[email protected]+2 redirects to https://esm.sh/v135/@jsr/[email protected]%202?target=es2022, where %20 is a space, not a plus (%2b).
%20
%2b
Unfortunately, I attempted to load another version in the same tab as https://esm.sh/v135/@jsr/[email protected]%202?target=es2022, and now this URL returns a 520 error instead of the text.
The error code I got was ERR_PNPM_NO_MATCHING_VERSION, and the problem seems likely to be related to the substitution of plus for space.
ERR_PNPM_NO_MATCHING_VERSION
This problem is server-side and the 520 error exhibits in curl, and is not browser dependent.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Failing module
https://esm.sh/v135/@jsr/[email protected]+2 redirects to https://esm.sh/v135/@jsr/[email protected]%202?target=es2022, where
%20
is a space, not a plus (%2b
).Error message
Unfortunately, I attempted to load another version in the same tab as https://esm.sh/v135/@jsr/[email protected]%202?target=es2022, and now this URL returns a 520 error instead of the text.
The error code I got was
ERR_PNPM_NO_MATCHING_VERSION
, and the problem seems likely to be related to the substitution of plus for space.Additional info
This problem is server-side and the 520 error exhibits in curl, and is not browser dependent.
The text was updated successfully, but these errors were encountered: