-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Error to cache the deps inside a docker container #15174
Comments
Fetching |
@bcordeirodev it is related to one of the deps you are using. In my case I found the issue in the djwt dependency, it has a dep that is outdated. |
thanks, i have djwt in my project, and is in the latest version, did you remove dwjt from your project? |
Sorry it is denodb not djwt which has the error. It's outdated and not maintained since december 2021. |
Thank you very much, I've been trying to solve it for two days. Now I need to find a solution to rewrite 15 models. ='( |
I resolved my problem changing url from denodb to other repository. |
Details
nvm switched to |
I'm using Deno v 1.21.3 and I'm trying to build a docker image for my application:
my deps.ts:
I got this error, while the build reach this instruction
RUN cd ./backend && deno cache --unstable deps.ts
:How can I fix that?
The text was updated successfully, but these errors were encountered: