Closed
Description
Please provide us with the following information:
- OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
OSX - El Capitan
- Versions. Please run
ng --version
. If there's nothing outputted, please
run in a Terminal:
node --version
And paste the result here.
(node:6824) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
angular-cli: 1.0.0-beta.8
node: 6.2.2
os: darwin x64
-
Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc. -
The log given by the failure. Normally this include a stack trace and some
more information. -
Mention any other details that might be useful.
After running ng github-pages:deploy --message "Optional commit message"
command with no changes to code base, my local project is left on gh-pages branch. it should leave on master branch.
when it fails (it leaves in gp-pages branch)
when it works