Error when building Angular 2 on windows

时间:2016-08-31 17:46:59

标签: angular

When i clone https://github.com/angular/angular.git and try to run the steps in their developer guide i get the following error when running ./build.sh or any ./test.sh:

./build.sh: line 15: C:\Users\something\Google: No such file or directory

This is whats on the 15th line in the .sh:

$(npm bin)/tsc -p ${TSCONFIG}

This has to have something to do with windows but i can't figure out what.

Any help is greatly appreciated.

0 个答案:

没有答案