解决npm WARN deprecated

npm install提示:

npm WARN deprecated [email protected]: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility

npm WARN deprecated [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser

npm WARN deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead

解决方法

将npm升到最新版

npm install -g npm

猜你喜欢

转载自blog.csdn.net/gusijin/article/details/130819764