首页 > 解决方案 > Atom 的反应包没有安装

问题描述

当我尝试为 Atom 安装 React 包时,它告诉我它不成功并给了我这个消息:

npm ERR! code ENOENT
npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno ENOENT
npm ERR! enoent Error while executing:
npm ERR! enoent undefined ls-remote -h -t https://github.com/millermedeiros/rocambole.git
npm ERR! enoent 
npm ERR! enoent 
npm ERR! enoent spawn git ENOENT
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 

反应错误信息

我尝试在我的 Mac 上安装它,它运行良好,但我需要能够让它在我的 PC 上运行。关于我应该尝试什么的任何想法?TIA

标签: javascriptreactjsatom-editor

解决方案


推荐阅读