Hexo 架設教學 - 如何更新 Hexo 版本
教你如何更新 Hexo 的版本
確認新版本
打開 Terminal 輸入 npm outdated
1 | Package Current Wanted Latest Location |
找到 package.json 並將 dependencies 中版本更新,請注意這個不要動:
1 | "hexo": { |
接著 terminal 執行 npm update
輸入 hexo -version
可以確認版本
教你如何更新 Hexo 的版本
打開 Terminal 輸入 npm outdated
1 | Package Current Wanted Latest Location |
找到 package.json 並將 dependencies 中版本更新,請注意這個不要動:
1 | "hexo": { |
接著 terminal 執行 npm update
輸入 hexo -version
可以確認版本