Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
984507092 committed Oct 12, 2024
1 parent 75e8e9e commit 9e5e802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/view/problem/node后台和包管理工具.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ npm install pm2 -g
whereis pm2
```
<img src="../../img/nvmAndNode/findpm2.png" />
<!-- <img src="../../img/nvmAndNode/findpm2.png" /> -->
因为linux系统默认指令都存在`/usr/local/bin`
Expand All @@ -237,7 +237,7 @@ pm2 startup
pm2 start /home/node/vitepressBack/index.js
```
<img src="../../img/nvmAndNode/pm2start.png" />
<!-- <img src="../../img/nvmAndNode/pm2start.png" /> -->
#### 将项目添加到pm2自启管理队列
Expand Down

0 comments on commit 9e5e802

Please sign in to comment.