我想重新安装expo-cli,但是有错误。并且无法卸载expo-cli

时间:2020-01-28 09:29:27

标签: ios react-native expo expo-cli

我试图通过expo构建应用程序,但失败了,我试图重新安装expo-cli。 因此,我在下面输入了代码以删除expo-cli。

npm -g uninstall expo-cli --save

(base) Bongui-MacBookPro:expo-firebase-master bong$ npm uninstall expo-cli -g
up to date in 0.042s

但是,如果我输入expo,它将运行。

因此,如果您再次忽略它并尝试重新安装expo-cli, 发生以下错误:

npm ERR! code EEXIST
npm ERR! syscall symlink
npm ERR! path ../lib/node_modules/expo-cli/bin/expo.js
npm ERR! dest /Users/bong/npm-global/bin/expo-cli
npm ERR! errno -17
npm ERR! EEXIST: file already exists, symlink '../lib/node_modules/expo-cli/bin/expo.js' -> '/Users/bong/npm-global/bin/expo-cli'
npm ERR! File exists: /Users/bong/npm-global/bin/expo-cli
npm ERR! Remove the existing file and try again, or run npm
npm ERR! with --force to overwrite files recklessly.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/bong/.npm/_logs/2020-01-28T09_18_38_604Z-debug.log

谢谢老师。 请帮我解决问题。 谢谢。

2 个答案:

答案 0 :(得分:1)

我认为您可能希望在构建时覆盖当前文件夹。 尝试在命令中使用--force扩展名,即可解决问题。我猜是这样的:npm install -g --force expo-cli

我希望这会有所帮助。

答案 1 :(得分:0)

我正在使用 linux ,我尝试过 Ubuntu

sudo npm install -g --force expo-cli

它对我有用。