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: