-
Notifications
You must be signed in to change notification settings - Fork 12k
v1.0.0-beta.26: Error in config file, Unable to compile TypeScript #4184
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
Comments
You're not using your local linked version of the CLI. Try to go inside your project and |
Okay, thanks @hansl. I tried a few things based on the above, but got the same error until I reinstalled the local NPM package for the CLI. Short story: Long story
Then...
Works! I removed my local clone of the CLI entirely just to avoid the confusion of when one is running vs. another. |
Dupe of #4177 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS?
Windows 10
Versions.
Repro steps.
git clone https://github.com/angular/angular-cli.git
git checkout tags/v1.0.0-beta.26
npm i
npm link
ng new test-app
cd test-app
ng test
The log given by the failure.
Mention any other details that might be useful.
Appears to be rxjs related.
The text was updated successfully, but these errors were encountered: