gpt4 book ai didi

node.js - 使用 IntelliJ IDEA 创建 React 应用程序

转载 作者:太空宇宙 更新时间:2023-11-03 21:49:12 24 4
gpt4 key购买 nike

我正在 IntelliJ IDEA 中创建我的第一个 React 应用程序,方法是 these instructions 。按照新建项目向导操作后,我收到以下错误:

/usr/bin/node /usr/local/bin/index.js untitled
module.js:472
throw err;
^

Error: Cannot find module '/usr/local/bin/index.js'
at Function.Module._resolveFilename (module.js:470:15)
at Function.Module._load (module.js:418:25)
at Module.runMain (module.js:605:10)
at run (bootstrap_node.js:427:7)
at startup (bootstrap_node.js:151:9)
at bootstrap_node.js:542:3
Done

为什么要在 /usr/local/bin/ 中查找?它应该去哪里寻找呢?如何配置 IntelliJ 才能正确执行此操作?

附注我有 IntelliJ IDEA Ultimate 许可证并安装了 NodeJS 插件。我安装了 NodeJS 7.10.1 和 npm 5.4.2。我还使用 npm 安装了 create-react-app

注意:我可以从命令行运行 create-react-app (版本 1.4.0),不会出现任何错误。

最佳答案

在新建项目向导中,IntelliJ 要求提供安装 create-react-app 包的文件夹。我最初给出了 create-react-app 二进制可执行文件的位置。我通过将 IntelliJ 指向 /usr/lib/node_modules/create-react-app 解决了这个问题。

关于node.js - 使用 IntelliJ IDEA 创建 React 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46436189/

24 4 0
文章推荐: html - 如何在通过 Ajax 附加
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com