在macOS mojave上安装angular/cli时出错-Node-pre-gyp [英] Error installing angular/cli on macOS mojave - node-pre-gyp

查看:78
本文介绍了在macOS mojave上安装angular/cli时出错-Node-pre-gyp的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我格式化了imac并删除了HD上的所有文件.但是,当我安装angular cli 7时,终端控制台显示此错误日志.

I format my imac and delete all files on HD. However, when i install angular cli 7, terminal console show this error log.

macOS:Mojave 10.14.2 节点:v10.15 npm:6.4.1

macOS: Mojave 10.14.2 node: v10.15 npm: 6.4.1

miguels-imac:~ makito$ sudo npm install -g @angular/cli
/usr/local/bin/ng -> /usr/local/lib/node_modules/@angular/cli/bin/ng

> fsevents@1.2.7 install 
/usr/local/lib/node_modules/@angular/cli/node_modules/fsevents
> node install

node-pre-gyp WARN Using needle for node-pre-gyp https download
node-pre-gyp WARN Pre-built binaries not installable for fsevents@1.2.7 
and node@10.15.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
node-pre-gyp WARN Hit error EACCES: permission denied, mkdir '/usr/local/lib/node_modules/@angular/cli/node_modules/fsevents/lib'
gyp ERR! configure error
gyp ERR! stack Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/@angular/cli/node_modules/fsevents/build'
gyp ERR! System Darwin 18.2.0
gyp ERR! command "/usr/local/Cellar/node@10/10.15.0/bin/node" "/usr/local/Cellar/node@10/10.15.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/usr/local/lib/node_modules/@angular/cli/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" "--module_name=fse" "--module_path=/usr/local/lib/node_modules/@angular/cli/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64" "--napi_version=3" "--node_abi_napi=napi"
gyp ERR! cwd /usr/local/lib/node_modules/@angular/cli/node_modules/fsevents
gyp ERR! node -v v10.15.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
node-pre-gyp ERR! build error
node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/Cellar/node@10/10.15.0/bin/node /usr/local/Cellar/node@10/10.15.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/usr/local/lib/node_modules/@angular/cli/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node --module_name=fse --module_path=/usr/local/lib/node_modules/@angular/cli/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64 --napi_version=3 --node_abi_napi=napi' (1)
node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/usr/local/lib/node_modules/@angular/cli/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:182:13)
node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:962:16)
node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5)
node-pre-gyp ERR! System Darwin 18.2.0
node-pre-gyp ERR! command "/usr/local/Cellar/node@10/10.15.0/bin/node" "/usr/local/lib/node_modules/@angular/cli/node_modules/fsevents/node_modules/node-pre-gyp/bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /usr/local/lib/node_modules/@angular/cli/node_modules/fsevents
node-pre-gyp ERR! node -v v10.15.0
node-pre-gyp ERR! node-pre-gyp -v v0.10.3
node-pre-gyp ERR! not ok
Failed to execute '/usr/local/Cellar/node@10/10.15.0/bin/node /usr/local/Cellar/node@10/10.15.0/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/usr/local/lib/node_modules/@angular/cli/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node --module_name=fse --module_path=/usr/local/lib/node_modules/@angular/cli/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64 --napi_version=3 --node_abi_napi=napi' (1)
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/@angular/cli/node_modules/fsevents):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 install: `node install`
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1

+ @angular/cli@7.2.3
added 294 packages from 178 contributors in 20.637s

如果我显示全局依赖项,则有@ angular/cli ...那么,为什么会出现此错误?我在做什么错呢?.

if i show global dependencies, i have @angular/cli... so, why this error ?, what im doing wrong ?.

在stackOverflow上搜索,我决定安装node-pre-gyp,然后安装xCode.但是,什么都没有改变.

searching on stackOverflow, i decide install node-pre-gyp, and install xCode. but, nothing change.

推荐答案

我做到了,它对我有用.

Well I did this and it worked for me.

  1. rm -rf/usr/local/lib/node_modules
  2. 酿造卸载节点
  3. 酿造安装节点--without-npm
  4. echo prefix =〜/.npm-packages >>〜/.npmrc
  5. curl -L https://www.npmjs.com/install.sh | sh
  6. 将以下行添加到您的〜/.bash_profile中 (导出PATH ="$ HOME/.npm-packages/bin:$ PATH")

  1. rm -rf /usr/local/lib/node_modules
  2. brew uninstall node
  3. brew install node --without-npm
  4. echo prefix=~/.npm-packages >> ~/.npmrc
  5. curl -L https://www.npmjs.com/install.sh | sh
  6. add the following line to your ~/.bash_profile (export PATH="$HOME/.npm-packages/bin:$PATH")

取消安装当前的@ angular/cli(sudo npm卸载-g @ angular/cli)

Unistall your current @angular/cli (sudo npm uninstall -g @angular/cli)

让我知道它是否有效

这篇关于在macOS mojave上安装angular/cli时出错-Node-pre-gyp的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆