There is an issue with `node-fibers`

报错解决:

There is an issue with node-fibers

/Users/feishanshan/Documents/salesman/wsc-pc-v4/client/webpack/node_modules/fibers/bin/darwin-x64-83/fibers.node is missing.

Try running this to fix the issue: /Users/feishanshan/.nvm/versions/node/v14.15.5/bin/node /Users/feishanshan/Documents/salesman/wsc-pc-v4/client/webpack/node_modules/fibers/build
Error: Cannot find module '/Users/feishanshan/Documents/salesman/wsc-pc-v4/client/webpack/node_modules/fibers/bin/darwin-x64-83/fibers'
Require stack:

最终按照这个执行:

xcode-select --print-path
# in my case /Library/Developer/CommandLineTools

# the next line deletes the path returned by the command above
sudo rm -rf $(xcode-select --print-path)

# install them (again) if you don't get a default installation prompt
xcode-select --install
// 但是上面的命令可能没有反应,直接appStore搜索 
Command Line Tools for Xcode 下载安装即可 [appStore](https://developer.apple.com/download/all/?q=command%20line%20tools)
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。