溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

升級serverless時未能安裝成功怎么辦

發(fā)布時間:2021-12-18 09:58:28 來源:億速云 閱讀:116 作者:iii 欄目:大數(shù)據(jù)

本篇內容主要講解“升級serverless時未能安裝成功怎么辦”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“升級serverless時未能安裝成功怎么辦”吧!

在升級 serverless 時,未能安裝成功,提示問題如下

$ npm i -g serverless
npm ERR! Unexpected end of JSON input while parsing near '...oyNMOOPIvOSSv8aveUYxO'

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2020-07-17T09_32_21_882Z-debug.log
     

捉蟲

既然是 npm 的問題,那首先去 github 的源碼中找找問題

npm 的源碼在 https://github.com/npm/cli,找到以下 Issue

  • Unexpected end of JSON input while parsing near #21172     [1]
 

解決方案

這是因為本地 npm cache 的問題,清除掉本地的 cache 即可成功,如下所示

$ npm cache clean --force
npm WARN using --force I sure hope you know what you are doing.

$ npm i -g serverless
 

另外可以通過 npm cache verify 去查看緩存位置

$ npm cache verify
Cache verified and compressed (~/.npm/_cacache):
Content verified: 4217 (168362093 bytes)
Index entries: 5814
Finished in 11.194s

到此,相信大家對“升級serverless時未能安裝成功怎么辦”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續(xù)學習!

向AI問一下細節(jié)

免責聲明:本站發(fā)布的內容(圖片、視頻和文字)以原創(chuàng)、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據(jù),一經查實,將立刻刪除涉嫌侵權內容。

AI