Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 ReactJS 应用程序,其依赖项由 npm 管理。我使用 eclipse 作为 IDE。我的应用程序使用“npm start”命令运行。要执行“npm start”命令,我需要打开终端窗口并在那里运行它。我想从 Eclipse 中运行这个命令。有没有办法做到这一点?
回答这个问题可能为时已晚,但您可以使用它ctrl + alt + shift + t来打开已安装的任何命令行工具。
ctrl + alt + shift + t
安装 Nodeclipse。右键单击 'package.json' -> Run As 'npm ...' -> 编写目标 'start' 并运行它