为啥在尝试安装 React 时出现“无法读取未定义的属性(读取'服务器')”?我该如何解决?
Posted
技术标签:
【中文标题】为啥在尝试安装 React 时出现“无法读取未定义的属性(读取\'服务器\')”?我该如何解决?【英文标题】:Why am getting "cannot read properties of undefined (reading 'server')" while trying to install React? and How can I fix it?为什么在尝试安装 React 时出现“无法读取未定义的属性(读取'服务器')”?我该如何解决? 【发布时间】:2022-01-10 15:50:34 【问题描述】:我是第一次安装 react。我似乎无法摆脱这些问题。当我运行这些命令时。
npx create-react-app employee
我首先得到“ENolock 这些命令需要现有的锁文件”错误然后我运行
npm audit fix --force
当我现在尝试创建 React 应用程序时,我遇到了这些错误,您可以在下面的代码段中看到我该怎么办?
p.s 我也试过npm cache clean
然后尝试创建反应应用程序
C:\Full stack app\client>npm audit
npm ERR! code ENOLOCK
npm ERR! audit This command requires an existing lockfile.
npm ERR! audit Try creating one first with: npm i --package-lock-only
npm ERR! audit Original error: loadVirtual requires existing shrinkwrap file
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\SENU\AppData\Local\npm-cache\_logs\2021-12-04T15_48_12_673Z-debug.log
C:\Full stack app\client>npx create-react-app employee
Creating a new React app in C:\Full stack app\client\employee.
Installing packages. This might take a couple of minutes.
Installing react, react-dom, and react-scripts with cra-template...
npm ERR! Cannot read properties of undefined (reading 'isServer')
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\SENU\AppData\Local\npm-cache\_logs\2021-12-04T15_50_22_255Z-debug.log
Aborting installation.
npm install --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed.
Deleting generated file... package.json
Deleting employee/ from C:\Full stack app\client
Done.
C:\Full stack app\client>
【问题讨论】:
Node 和 npm 版本? 【参考方案1】:别介意伙计们。出于某种原因,由于我的互联网速度较慢而发生错误。我有 4G 手机,我用它作为互联网来源而不是我的 WIFI。意思是我打开了一个热点,结果真是太令人沮丧了 因为通常我的 WIFI 在其他时候不会那么慢
【讨论】:
以上是关于为啥在尝试安装 React 时出现“无法读取未定义的属性(读取'服务器')”?我该如何解决?的主要内容,如果未能解决你的问题,请参考以下文章
安装 VueJS 时出现“无法读取未定义的属性 'mergeConfig'”错误
React:: 错误:GraphQL 错误:无法读取未定义的属性“标题”
尝试更新firestore中的数组时出现“TypeError:无法读取未定义的属性'arrayUnion'”