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

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