0%


title: Nodejs 常用
date: 2023-11-10 11:51:35
tags: [node]

单独来个 nodejs 的笔记,记录一些常用的命令和知识点。

常用命令

npm start 启动项目时候会出现内存不足,用这个命令解决
node --max-old-space-size=3072 ./node_modules/@angular/cli/bin/ng serve --configuration=local