When install the yeoman using the following command: You might have the following error: Try the following commands ...
Sometimes your hexo environment may get fucked up, may give you the following errors: But running npm install hexo save not solving the issue, so try the following solutions: Solution One: Try sudo np ...
2021-04-03 13:56 7 108 推薦指數:
When install the yeoman using the following command: You might have the following error: Try the following commands ...
解決辦法:npm install --save hexo-deployer-git ...
我已經在站點配置文件中寫入了: 但是執行hexo d報錯 解決方案 這是因為沒有安裝hexo-deployer-git插件,在站點目錄下輸入下面的命令安裝插件就好了 然后使用hexo d命令部署就行了 補充:什么叫站點配置文件? 參考 簡書my_楊哥 ...
背景 公司的項目全部由pm2管理,有一天不知道什么原因,利用pm2 list查看APP列表,發現有幾個服務處於STOP狀態,我嘗試使用:pm2 start all 結果報錯:[PM2][ERROR] Process 1021 not found 解決方法 直接刪除報錯 ...
故障 控制台運行webpack/npm時出現 Module not found: Error: Can't resolve 'XXX' in 'XXXX' 解決方案 npm i XXX --save 重新運行即可 ...
寫Vue.js實現數據綁定,出現如下錯誤: 解決方法: 添加一個v-if判斷: ...
問題 很久沒寫博客了,今天用hexo新建文章時git報錯: bash: hexo: command not found 解決辦法 百度之后,將D:\WorkingSoftware\GithubBlog\node_modules\.bin添加進PATH,問題解決。 加的時候發現path里 ...
故障 控制台運行webpack/npm時出現 Module not found: Error: Can't resolve 'XXX' in 'XXXX' 解決方案 npm i XXX --save 重新運行即可 ...