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 的隐藏文件。