/ bin / bash: узел: команда не найдена в Windows - PullRequest
0 голосов
/ 28 марта 2019

при запуске 'npm install @ sentry / cli' в командной строке Windows я получил эту проблему. Может ли кто-нибудь помочь мне с этим, пожалуйста ???

/bin/bash: node: command not found

npm WARN rollback Rolling back code-point-at@1.1.0 failed (this is probably harmless): EPERM: operation not permitted, lstat 'C:\Users\Haritha\Desktop\haritha\Contribution\zulip-mobile\node_modules\fsevents\node_modules'
npm WARN ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.
npm WARN react-dom@15.5.4 requires a peer of react@^15.5.4 but none is installed. You must install peer dependencies yourself.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: dtrace-provider@0.8.7 (node_modules\dtrace-provider):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: dtrace-provider@0.8.7 install: `node-gyp rebuild || node suppress-error.js`
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: spawn ENOENT

npm ERR! file bash
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! @sentry/cli@1.40.0 install: `node scripts/install.js`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the @sentry/cli@1.40.0 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\Haritha\AppData\Roaming\npm-cache\_logs\2019-03-28T16_35_55_017Z-debug.log
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...