外观
电脑型号:Apple M1。 通过nvm安装了node v14.15.5,启动vite项目时,终端报错:
FATAL ERROR: wasm code commit Allocation failed - process out of memory
卸载node v14.15.5后,切换arch,重新安装。
nvm uninstall 14.15.5 arch -x86_64 zsh nvm install 14.15.5 nvm alias default 14.15.5