korosuke
korosuke
DDeno
Created by Sean Knowles on 9/2/2024 in #help
Deno install npm: specificers not working at the moment.
No description
26 replies
DDeno
Created by korosuke on 8/26/2024 in #help
Lock file does not have any hashes of modules
I don't know what happened, but my troubles solved. thanks.
4 replies
DDeno
Created by korosuke on 8/26/2024 in #help
Lock file does not have any hashes of modules
Ok, I got it.
deno cache --reload=npm: --frozen=false -c=deno.json function/mod.ts
deno cache --reload=npm: --frozen=false -c=deno.json function/mod.ts
When I ran with arg --reload=npm: , it generated a lock file with all hashes. And after this command, Deno always generates a valid lock file with --reload args. (it works without =:npm arg)
4 replies