Getting errors while installing yeoman on windows

108 Views Asked by At

I am trying to install yeoman in windows with command: npm install -g yo

I am getting following errors: npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs

npm WARN deprecated [email protected]: This functionality has been moved to @npmcli/fs

npm WARN deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs

changed 719 packages in 1m

80 packages are looking for funding run npm fund for details

I am trying to create a widget in mendix, so that it requires yeoman, but it is not installing.

when run the command 'npm ls -g yo', it showed me a path I went to that path, there is yo file and yo commandscript.

but yo is recognised when try to generate the mendix widget. Can someone help in this.

0

There are 0 best solutions below