【发布时间】:2021-05-30 10:54:35
【问题描述】:
我输入了 npx create-next-app 。
然后我收到此错误消息。
npm ERR! cb.apply is not a function
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\****\AppData\Roaming\npm-cache\_logs\2021-05-29T04_42_06_423Z-debug.log
也试过了
yarn create next-app .
npm cache clean --force
updating the version of node and npm
奇怪的是,npx create-react-app 。正在工作。
我现在不知道如何解决这个问题。
提前谢谢你。
【问题讨论】: