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 -A npm:create-next-app@latest should have an option to install via DENO not NPM.
Non-Goals
NA
Background
Deno 2.0 comes with support for running npm: commands like this project, But this project calls NPM directly rather than Deno. And Deno is slated to replace Node.js eventually.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
deno -A npm:create-next-app@latest
should have an option to install via DENO not NPM.Non-Goals
Background
Deno 2.0 comes with support for running npm: commands like this project, But this project calls NPM directly rather than Deno. And Deno is slated to replace Node.js eventually.
Proposal
Support installing a Next.js with Deno 2.0+.
Beta Was this translation helpful? Give feedback.
All reactions