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
The std versioning changes made in this PR break the readme examples on Github.
Github deno.land
This is extremely confusing to someone who don't understand what this means.
user@machine~> deno eval 'import {serve} from \'https://deno.land/std@$STD_VERSION/http/server.ts\'' Download https://deno.land/std@$STD_VERSION/http/server.ts error: Import 'https://deno.land/std@$STD_VERSION/http/server.ts' failed: 404 Not Found
The text was updated successfully, but these errors were encountered:
source not found change origin maybe work
Sorry, something went wrong.
https://deno.land/[email protected]/http/server.ts I think you can download it locally and import this file
I know how to fix it, the issue is that the code samples don't work by default.
Someone looking at deno for the first time will see the example and it will fail and they will be like "deno sucks".
Successfully merging a pull request may close this issue.
The std versioning changes made in this PR break the readme examples on Github.
Github
![image](https://user-images.githubusercontent.com/65446343/96539089-931a9f80-12dd-11eb-8811-5825bbb8b431.png)
![image](https://user-images.githubusercontent.com/65446343/96539152-bcd3c680-12dd-11eb-80d7-d98a574e0d83.png)
deno.land
This is extremely confusing to someone who don't understand what this means.
The text was updated successfully, but these errors were encountered: