NPM-无法安装包装

NPM-无法安装包装,npm,npm-install,Npm,Npm Install,终端输入: npm init-y按预期工作, npm安装--保存cors nodedom express socket.io 获取此eror: npm ERR! 404 Object Not Found - GET https://skimdb.npmjs.com/registry/nodedom - not_found npm ERR! 404 npm ERR! 404 'nodedom@latest' is not in the npm registry. npm ERR! 404 npm

终端输入:
npm init-y
按预期工作,
npm安装--保存cors nodedom express socket.io

获取此eror:

npm ERR! 404 Object Not Found - GET https://skimdb.npmjs.com/registry/nodedom - not_found
npm ERR! 404
npm ERR! 404  'nodedom@latest' is not in the npm registry.
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!     C:\Users\Guy Arieli\AppData\Roaming\npm-cache\_logs\2021-01-14T17_02_20_885Z-debug.log
PS C:\Code\React\Chattime\server> npm config set registry https://skimdb.npmjs.com/registry
npm ERR! code E404
npm ERR! 404 Object Not Found - GET https://skimdb.npmjs.com/registry/nodedom - not_found
npm ERR! 404
npm ERR! 404  'nodedom@latest' 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!     C:\Users\Guy Arieli\AppData\Roaming\npm-cache\_logs\2021-01-14T17_03_26_067Z-debug.log
+ create-react-app@4.0.1
updated 1 package in 163.864s
包裹在哪里。杰森:

{
  "name": "server",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC"
}

当我克隆一个带有此数据包的项目时,所有这些数据包都可以正常工作,但是当我尝试通过终端安装时,事情并没有按预期工作。

正如错误消息所说,npm上没有名为nodedom的包

你的意思是:


或者您的意思是

正如错误消息所说,名为nodedom的包在npm上不可用

你的意思是:


或者你的意思是说

你是对的,我以为你是通过nodedom而不是node dom安装的,node dom工作你是对的,我以为你是通过nodedom而不是node dom安装的,node dom工作的