簡體   English   中英

創建反應應用錯誤! 404 Object 未找到

[英]create-react-app ERR! 404 Object Not Found

我正在嘗試運行 create-react-app ( npx create-react-app fetching-images ),它加載了一段時間然后我每次都會收到此錯誤:

Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...

npm ERR! code E404
npm ERR! 404 Object Not Found - GET https://skimdb.npmjs.com/registry/cyclist/-/cyclist-1.0.1.tgz - not_found
npm ERR! 404 
npm ERR! 404  'cyclist@https://skimdb.npmjs.com/registry/cyclist/-/cyclist-1.0.1.tgz' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/Eric/.npm/_logs/2021-03-14T10_02_15_171Z-debug.log

Aborting installation.
  npm install --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed.

我完全卸載了節點 npm 和 npx,然后從https://nodejs.org/en/重新安裝了最新版本,但仍然出現此錯誤。 我在 macOS(v.11.2.2)、npm v.7.6.0、節點 v.15.11.0 上。

如何修復此錯誤?

請嘗試設置:

npm config set registry http://registry.npmjs.org

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM