-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
speeding up build on windows - Failed to parse file #2154
Comments
The reason I'm trying to speed up the build is my build time has gone up massively and I'm not sure why. It used to be a few seconds and now it is consistently 1.6 mins. Latest compile:
|
Hello @JonCatmull , please install TypeScript |
@JonCatmull , still existing issue? |
I once had the same suspicious "Failed to parse file..." error after having run Somehow the |
Apologies I will test try these 2 commands today and let you know |
Thanks in advance for any help.
I'm submitting a ... (check one with "x")
Current behavior
Running the below command as per instructions in speeding up build on windows wiki page
tsc --project tsconfig.json
throws error:
error TS5014: Failed to parse file 'tsconfig.json/tsconfig.json': Unexpected token u in JSON at position 0.
Expected behavior
compile tools to js files
Minimal reproduction of the problem with instructions
tsc --project tsconfig.json
Please tell us about your environment:
OS: Windows 10
IDE: VSCode v1.17.2
NPM v4.0.2
node v 6.9.1
Angular Seed Version:
234a5fed2bc74ec6dceb32b6ddf09dcc504b4083
Node:
node --version
= 6.9.1The text was updated successfully, but these errors were encountered: