Replies: 1 comment
-
You can either nuke your cache or use fixed version. Using non pinned version is really non recommended |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have imported a package from private registry
import {greet} from "https://private.example.com/mod.ts
when I push new changes, the script can't get the latest changes, is there a way to force script to pull latest changes??
Beta Was this translation helpful? Give feedback.
All reactions