android打包apk错误:Could not list contents of '/Users/xxxx/Downloads/xxxx/node_modules/node-pre-gyp/node_modules/.bin/needle'. Couldn't follow symbolic link.
解决办法:

打开命令行,执行如下操作:
1、defaults write com.apple.finder AppleShowAllFiles -bool true 命令打开Mac的隐藏文件。
2、根据以上的报错路径查找node-pre-gyp,把其中的nopt、needle、detct-libc、rc删掉就行了。
3、defaults write com.apple.finder AppleShowAllFiles -bool false 命令隐藏Mac的隐藏文件。


蛋蛋蛋蛋
26 声望0 粉丝

dev