美文网首页
2021-08-07 wasm code commit Allo

2021-08-07 wasm code commit Allo

作者: alanwhy | 来源:发表于2021-08-07 15:58 被阅读0次

电脑型号:Apple Mbp M1

在运行某个开发程序的时候,安装依赖

$ npm install

报错:

wasm code commit Allocation failed - process out of memory

解决方式

$ nvm uninstall 14
$ arch -x86_64 zsh 
$ nvm install 14
$ nvm alias default 14

删除原来的node_modules,重新 npm install

问题解决!

参考解决链接:# wasm code commit Allocation failed - process out of memory

相关文章

网友评论

      本文标题:2021-08-07 wasm code commit Allo

      本文链接:https://www.haomeiwen.com/subject/ypcgvltx.html