uv_os_gethostname returned ENOSYS (function not implemented)??? #6062
Unanswered
ducat7
asked this question in
Help/Questions
Replies: 1 comment
-
Your version of Node probably does not support Windows 7. See: nodejs/node#40353 and libuv/libuv#3260. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
`
Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。
C:\Program Files (x86)\360\360Safe\Config\newui\themes\default>node -v
v16.15.1
C:\Program Files (x86)\360\360Safe\Config\newui\themes\default>npm -v
npm WARN config global
--global
,--local
are deprecated. Use--location=global
instead.8.11.0
C:\Program Files (x86)\360\360Safe\Config\newui\themes\default>vue -v
node:os:68
throw new ERR_SYSTEM_ERROR(ctx);
^
SystemError [ERR_SYSTEM_ERROR]: A system error occurred: uv_os_gethostname returned ENOSYS (function not implemented)
at new Defaults (E:\Project\Node.js\node_global\node_modules@vue\cli\node_modules@achrinza\node-ipc\entities\Defaults.js:26:20)
at new Parser (E:\Project\Node.js\node_global\node_modules@vue\cli\node_modules@achrinza\node-ipc\entities\EventParser.js:8:14)
at Object. (E:\Project\Node.js\node_global\node_modules@vue\cli\node_modules@achrinza\node-ipc\dao\client.js:11:19)
at Module._compile (node:internal/modules/cjs/loader:1105:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object. (E:\Project\Node.js\node_global\node_modules@vue\cli\node_modules@achrinza\node-ipc\services\IPC.js:4:14) {
code: 'ERR_SYSTEM_ERROR',
info: {
errno: -4054,
code: 'ENOSYS',
message: 'function not implemented',
syscall: 'uv_os_gethostname'
},
errno: [Getter/Setter],
syscall: [Getter/Setter]
}
`
OS: Windows 7 (required)
This limits my use of NodeJS, however, some plug-ins must use a higher version of NodeJS.
Vue CLI: 5.0.4
How to fix this mistake???
Beta Was this translation helpful? Give feedback.
All reactions