最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

three.js - Trouble with npm trying to install ThreeJS with Nuxt3 and Deno v2 on Windows - Stack Overflow

programmeradmin0浏览0评论

Nuxt3js is working fine with Deno v2. But when I'm trying to install ThreeJS for a project using Nuxt3 with Deno v2 on Windows 10 with Powershell, I have an infinite loading that doesn't install anything when I kill the command. It seems to be a broader problem. I enter the command:

deno run -A --allow-scripts npm:npm install 

in the terminal in my project folder; I get this result charging forever:

npm warn cli npm v11.1.0 does not support Node.js v20.11.1. This version of npm supports the following node versions: `^20.17.0 || >=22.9.0`. You can find the latest version at /.
⠏

The deno version is:

deno 2.1.9 (stable, release, x86_64-pc-windows-msvc)
v8 13.0.245.12-rusty
typescript 5.6.2

Can someone understand what I might be doing wrong?

发布评论

评论列表(0)

  1. 暂无评论