Closed Carglass closed 6 years ago
Is yo
working after the install or is this failing the installation?
yo is not working after the installation. I tried this installation on a Windows 7 PC.
Any chance your global npm install folder is missing from your system PATH
?
I solved this by adding %APPDATA%\npm
to my system PATH
. After I updated my node version, I had to remove and re-add the paths to my system PATH
for whatever reason.
this was indeed a problem with the path. Thanks for the help!
@danxfisher could you give me more details, I'm new in linux. Thank you so much
Restarting CMD resolved my issue. 🤦♂️
Restarting CMD resolved my issue. 🤦♂️
Its true!!!!
Run Node.Js from as Administrator
npm install -g yo
Be happy.
When I try to install yeoman
npm install -g yo
, I receive the following status at the end of the install from yo doctor:Yeoman Doctor Running sanity checks on your system
√ Global configuration file is valid √ NODE_PATH matches the npm root √ Node.js version √ No .bowerrc file in home directory √ No .yo-rc.json file in home directory × yo version
Your yo version is outdated.
Upgrade to the latest version by running: npm install -g yo@latest
√ npm version
Found potential issues on your machine :(
So I tried
npm install -g yo@latest
but I end up with the same issue. It is to be noted that it was the first time I installed yo on this machine. I could not find any ressource regarding this issue, but please let me know if there is a simple solution.Thanks,