sindresorhus / guides

A collection of succinct guides - Public Domain
2.47k stars 458 forks source link

Yeoman loading fountain-webapp with errors #39

Closed mverdera4 closed 7 years ago

mverdera4 commented 7 years ago

capture

This is on a windows 7 Enterprise machine. Would this be the problem? I have upgraded NPM. thanks in advance, trying to make SharePoint webparts.

SamVerschueren commented 7 years ago

Node version? My best guess is to upgrade it to 4+.

kevva commented 7 years ago

As @SamVerschueren said, you're most likely using an outdated Node.js version. Try upgrading, and if it doesn't work, open an issue at the correct repository.

mverdera4 commented 7 years ago

my npm version is 2.7.4.

mverdera4 commented 7 years ago

I do a 'npm upgrade' and the version stays at 2.7.4

kevva commented 7 years ago

Node.js and npm are two different things. Go to https://nodejs.org/ (or use n or nvm) to update Node.js. To update npm you would do npm install -g npm@latest.

mverdera4 commented 7 years ago

It is working now, I did the upgrade directly from the node.js page. I mistakenly thought NPM would upgrade Node. thanks,