Node.js(windows系统):ExperimentalWarning: The fs.promises API is experimental

1.Node.js(windows系统):ExperimentalWarning: The fs.promises API is experimental 根本原因是node的版本不是最新的,而在项目引入的模块是最新的,node.js的版本低于模块的版本: 解决方法是升级npm,node.js: npm install [email protected] -g https://nodejs.org
相关文章
相关标签/搜索