-
Recently, I promoted deno within the team, but I encountered such a problem when creating a template project. I hope First time it maybe: {
"https://cdn.skypack.dev/-/bson@v4.5.3-mUXcu8gnafOqHTcdyS0d/dist=es2019,mode=imports/optimized/bson.js": "a3382aaffe1a6a7930a06602192a47c5c83fa3de3090b5d7ff9b6af85b36a50d",
"https://cdn.skypack.dev/bson@v4.5.3": "a1d77618b8912305def6956cf85f166e66e33de7ab65caeee8001a173d807809"
} But it second time maybe: {
"https://cdn.skypack.dev/-/bson@v4.5.3-qyhgJPJ3fRFU6pNRUV8E/dist=es2019,mode=imports/optimized/bson.js": "a3382aaffe1a6a7930a06602192a47c5c83fa3de3090b5d7ff9b6af85b36a50d",
"https://cdn.skypack.dev/bson@v4.5.3": "4c2fd52b1a47f88905aa92bdf4c7d82a2c55c1f6f652d29a17c849c3debed0ab"
} I have to give it up now. How can I solve this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You should consider using pinned URLs with with skypack if you are using a lock file. See there documentation here: https://docs.skypack.dev/skypack-cdn/api-reference/pinned-urls-optimized. |
Beta Was this translation helpful? Give feedback.
You should consider using pinned URLs with with skypack if you are using a lock file. See there documentation here: https://docs.skypack.dev/skypack-cdn/api-reference/pinned-urls-optimized.