Tag Archives: Vue Command Not Work Issue

How to Solve Vue Command Not Work Issue in win7_64

question

After win7_64 installs vue, the vue command execution returns:

errno: -4054,
code: ‘ENOSYS’,
message: ‘function not implemented’,
syscall: ‘uv_os_gethostname’

 

 

 

Solution :

Find the error entry file: 

node_modules\@vue\cli\node_modules\@achrinza\node-ipc\entities\Defaults.js,

Add os.hostname=()=>”localhost”

 

 

> then the vue command is available

 

 

 

refer to:

https://dev.to/napster/fix-vercel-error-a-system-error-occurred-uvosgethostname-returned-enosys-function-not-implemented-5da6