您好,登錄后才能下訂單哦!
本篇內容主要講解“升級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
這是因為本地 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ù)學習!
免責聲明:本站發(fā)布的內容(圖片、視頻和文字)以原創(chuàng)、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據(jù),一經查實,將立刻刪除涉嫌侵權內容。