【发布时间】:2019-10-06 22:41:22
【问题描述】:
我是试用 NUXT 的新手,我有一个新手问题,我在网上的任何地方都看不到答案:
为什么 create-nuxt-app 会安装贬值版本的软件包?
我之前尝试过运行 npm update,但没有效果。
> npm update
> npx create-nuxt-app gfgd_payment
npx: installed 379 in 24.753s
...
npm WARN deprecated joi@11.4.0: This version has been deprecated in accordance with the hapi support policy
support is available for older versions (hapi.im/commercial).
npm WARN deprecated hoek@4.2.1: This version has been deprecated in accordance with the hapi support policy
support is available for older versions (hapi.im/commercial).
npm WARN deprecated topo@2.0.2: This version has been deprecated in accordance with the hapi support policy
support is available for older versions (hapi.im/commercial).
npm WARN deprecated left-pad@1.3.0: use String.prototype.padStart()
npm WARN deprecated flatten@1.0.2: I wrote this module a very long time ago; you should use something else.
【问题讨论】: