Hi, I download angular ide to my mac and install it. When I use it to create a test angular project, it failed with following message in the terminal+:
Downloading and extracting Node 7.10.0…
Downloading and extracting NPM 4.6.1…
ksh: rcfile: bad option(s)
Usage: ksh [ options ] [arg …]
There is also a popup with message:
Project initialization commands execution failed, check terminal output for details.
Delete project?
Reason:
Unexpected exist value executing:
npm install @angular/cli@1.1.0 (exit value: 2)
I repeat the same process in my other mac, which has the same version of macOS Sierra, everything works fine.
Can anybody please help me with this?
thanks a lot!