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
Our deployment pipeline started failing since v1.13.0 with the following error:
v1.13.0
error: Relative import path "@std/fmt/colors" not prefixed with / or ./ or ../ at https://deno.land/x/[email protected]/deployctl.ts:9:33
This error started when upgrading deployctl from v1.12.0 to v1.13.0.
deployctl
v1.12.0
Here's the command we use to deploy:
deno run -A https://deno.land/x/deploy/deployctl.ts deploy --project=[PROJECT_ID] --include='server/,dist/' server/entry.deno.js
We're using Deno 2.0.3
2.0.3
Note: using Deno 2.0.3 with [email protected] works as expected.
[email protected]
The text was updated successfully, but these errors were encountered:
we get the same error in our pipeline if a reproduction is needed. upstash/redis-js#1342
the project and the failing CI steps
Sorry, something went wrong.
i was able to fix this by including deno.json
deno.json
No branches or pull requests
Our deployment pipeline started failing since
v1.13.0
with the following error:This error started when upgrading
deployctl
fromv1.12.0
tov1.13.0
.Here's the command we use to deploy:
deno run -A https://deno.land/x/deploy/deployctl.ts deploy --project=[PROJECT_ID] --include='server/,dist/' server/entry.deno.js
We're using Deno
2.0.3
Note: using Deno
2.0.3
with[email protected]
works as expected.The text was updated successfully, but these errors were encountered: