>node -v
>npm cache clean -f
npm WARN using --force I sure hope you know what you are doing.
>npm install -g n
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for n@6.5.1: wanted {"os":"!win32","arch":"any"} (current: {"os":"win32","arch":"x64"})
npm ERR! notsup Valid OS: !win32
npm ERR! notsup Valid Arch: any
npm ERR! notsup Actual OS: win32
npm ERR! notsup Actual Arch: x64
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\사용자\AppData\Roaming\npm-cache\_logs\2020-06-04T14_35_42_234Z-debug.log
>n lts
npm install -g n 에서 오류가 발생하는데 n 플러그인을 windows에서 지원하지 않는다고 한다.