【发布时间】:2019-10-02 15:43:04
【问题描述】:
我正在使用“入门”指南,因为到目前为止,我在按照教程创建 React 应用程序时遇到了无数错误。
我马上就遇到了问题。当我运行npx create-react-app my-app 时,我得到以下信息:
Cannot find module 'C:\Users\Aristophanes\node_modules\create-react-app\index.js'
谁能告诉我我做错了什么?谢谢。
【问题讨论】:
-
全局安装CRA,然后试试。
-
谢谢,这成功了。我之前已全局卸载,因为这是“入门”指南中的建议。
标签: node.js reactjs node-modules create-react-app npm-start