I am trying to install Vuejs but getting error message:
What am I doing wrong and how can I get it installed?
Reinstalled Node.js and updated npm.
C:\Users\chris>npm install -g @vue/cli
C:\.node_modules\global\vue -> C:\.node_modules\global\node_modules\@vue\cli\bin\vue.js
C:\.node_modules\global
`-- @vue/cli@3.11.0
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules\@vue\cli\node_modules\chokidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})
C:\Users\chris>vue --version
'vue' is not recognized as an internal or external command,
operable program or batch file.