统信UOS利用Github打造Typora图床
本文介绍了在Deepin配置Typora和PicGo实现GitHub图床的方法,以及在配置过程中要注意的node版本问题。通过配置Typora和PicGo,可以方便地将图片上传至GitHub图床,并且提供了对node版本的注意事项。
参考我的另外一篇文章
Deepin配置Typora和PicGo实现GitHub图床
node 要注意的
➜ ~ sudo n stable
installing : node-v16.15.1
mkdir : /usr/local/n/versions/node/16.15.1
fetch : https://nodejs.org/dist/v16.15.1/node-v16.15.1-linux-x64.tar.xz
copying : node/16.15.1
installed : v16.15.1 (with npm 8.11.0)
Note: the node command changed location and the old location may be remembered in your current shell.
old : /usr/bin/node
new : /usr/local/bin/node
If "node --version" shows the old version then start a new shell, or reset the location hash with:
hash -r (for bash, zsh, ash, dash, and ksh)
rehash (for csh and tcsh)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
编辑 (opens new window)
上次更新: 2024/06/13, 11:48:21