You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deno 2.0 supports managing dependencies in package.json, but using ncu with -p deno fails when it doesn't find deno.json with a confusing error
No package.json
Please add a package.json to the current directory, specify the --packageFile or --packageData options, or pipe a package.json to stdin and specify --stdin.
It should probably fallback to using package.json.
The text was updated successfully, but these errors were encountered:
Deno 2.0 supports managing dependencies in
package.json
, but usingncu
with-p deno
fails when it doesn't finddeno.json
with a confusing errorIt should probably fallback to using
package.json
.The text was updated successfully, but these errors were encountered: