美文网首页
npx create-react-app {project}

npx create-react-app {project}

作者: 小疯伊始 | 来源:发表于2022-05-04 15:54 被阅读0次

错误:

npm ERR! Cannot read properties of null (reading 'pickAlgorithm')

npm ERR! A complete log of this run can be found in:

npm ERR!    C:\***\2022-05-04T07_07_46_248Z-debug-0.log

清理node缓存:

npm cache clear --force

备注:

node -v    v18.0.0 

npm -v  8.6.0

相关文章

网友评论

      本文标题:npx create-react-app {project}

      本文链接:https://www.haomeiwen.com/subject/bdawyrtx.html