I'm trying to install yeoman using npm install -g yo. I've followed the following steps:
- I've uninstalled the nodejs.
- Deleted the npm & npm-cache folders
- Removed the path in environment variable if any
- Re-installed the nodejs
- tried to install the yeoman using npm install -g yo As it didn't worked, I've set the path C:\Users\myusername\AppData\Roaming\npm.
But still yeoman is not installed. Getting the following errors:
npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs npm WARN deprecated readdir-scoped-modules@1.1.0: This functionality has been moved to @npmcli/fs npm WARN deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
changed 719 packages in 40m
80 packages are looking for funding
run npm fund
for details
Can someone please help in this.