添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
淡定的油条  ·  wmi - Win32_DiskDrive ...·  1 年前    · 
好帅的饺子  ·  java ...·  1 年前    · 
酷酷的熊猫  ·  bufferedimage转inputstr ...·  1 年前    · 
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

I'm trying to install VueJS CLI on my Windows 10 machine but ran into the errors below:

npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated @hapi/joi@15.1.1: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/address@2.1.4: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/hoek@8.5.1: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/topo@3.1.6: This version has been deprecated and is no longer supported or maintained
npm WARN deprecated @hapi/bourne@1.3.2: This version has been deprecated and is no longer supported or maintained

Here's my PC setup:

Windows 10
Node: v12.18.2
Npm: 6.14.5
                I think you don't have updated version of npm so Npm install -g npm@latest then npm install after doing this try to install vue.js Npm i -g @vue/cli
– Shivam Suchak
                Apr 6, 2021 at 7:10

I also had many unresolved warning including @hapi/hoek and @hapi/topo. I was able to resolve all of them by running

npm audit fix --force 

And of course I do understand, that it doesn't cover the 100% of cases.

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question. Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.