Please provide us with the following information:
-
OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
-
Versions. Please run ng --version. If there's nothing outputted, please run
in a Terminal: node --version and paste the result here:
angular-cli: 1.0.0-beta.16
node: 6.7.0
os: win32 x64
-
Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
Installing angular-cli using cygwin-git
-
The log given by the failure. Normally this include a stack trace and some
more information.
npm-debug.txt
-
Mention any other details that might be useful.
Hey guys,
every Windows user using Git installed via cygwin cannot install angular-cli right now.
The problem is that a github-repository is referenced as dependency in package.json: see package.json
When npm runs git the windows path of the cloned repository cannot be resolved because cygwin uses POSIX formatted paths.
6.Idea to get around the problem
Do you think it would be possible to release angular-cli only when all dependencies are packages hosted on npmjs.org?
Thanks in advance
Greg
OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
Versions. Please run
ng --version. If there's nothing outputted, please runin a Terminal:
node --versionand paste the result here:Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
Installing angular-cli using cygwin-git
The log given by the failure. Normally this include a stack trace and some
more information.
npm-debug.txt
Mention any other details that might be useful.
Hey guys,
every Windows user using Git installed via cygwin cannot install
angular-cliright now.The problem is that a github-repository is referenced as dependency in package.json: see package.json
When npm runs git the windows path of the cloned repository cannot be resolved because cygwin uses POSIX formatted paths.
6.Idea to get around the problem
Do you think it would be possible to release angular-cli only when all dependencies are packages hosted on npmjs.org?
Thanks in advance
Greg