I'm new to Yoeman and NodeJS. I was trying to follow the tutorial at http://yeoman.io/codelab/scaffold-app.html
I got an unexpected error in Step 3, after running yo
following the options in Step 3, the error comes out:
npm ERR! code 1
npm ERR! Command failed: /Users/shaunrong/anaconda3/envs/NodeJS/bin/git checkout 4ed9a4a3275559c73a396eff7e1fde3824951ebb
npm ERR! error: Your local changes to the following files would be overwritten by checkout:
npm ERR! docs/why-use-pump/pipe-error.png
npm ERR! docs/why-use-pump/pump-error.png
npm ERR! Please commit your changes or stash them before you switch branches.
npm ERR! Aborting
npm ERR!
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/shaunrong/.npm/_logs/2018-01-01T06_05_39_887Z-debug.log
Initialized empty Git repository in /Users/shaunrong/Documents/PhD_Course/NodeJS/yo/.git/
This seems to be gulp related but I can't figure out how to resolve it. I am using NodeJS and npm within a conda virtual environment.
yo version is 2.0.0 npm version is 5.4.2 node version is v8.8.1
Please help. Thank you.