2021-08-07 wasm code commit Allocation failed - process out of memory

电脑型号: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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章