deno install error for Nextjs Project
I'm using Deno 2.0.6 for now.
But after I created Next.js app with create-next-app, I cd into the folder, deleted
node_modules
folder and run deno install --allow-scripts
to re-install all modules with deno, but it give me the following error below:
Any idea about how to solve this? I think that this is problem of deno, I have already tried initializing nextjs project with other package manager (e.g. Bun, npm), there is no std error like this.0 Replies