-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Deno lockfile can't handle ">=2.0.0-rc.0" versions. #25649
Comments
Isn't it switching between v1.x and 2.0 versions? The new lockfile is not backwards compatible - in Deno 2 it migrates automatically to version 4, but v1.x can't read it. |
Tried again to verify: The deno version is deno 2.0.0-rc.2 |
@dsherret please take a look |
Sidenote: I also never found the right syntax to make the |
Version: deno 2.0.0-rc.2
I tried making a new Tauri 2 rc app:
npm create tauri-app@latest -- --rc
stepped through with defaults (deno isn't an option for package manager, so picked npm)
cd tauri2-app deno install
Saw something about esbuild not running postinstall for security reasons:
I know it's firing an install.js script, and I actually wanted that, so I fired it myself:
deno install --allow-scripts=npm:esbuild
Error:
Also comes with just
deno install
The text was updated successfully, but these errors were encountered: