Skip to content
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

Unable to load project using npm start #2052

Closed
dvkrockz opened this issue Feb 22, 2019 · 1 comment
Closed

Unable to load project using npm start #2052

dvkrockz opened this issue Feb 22, 2019 · 1 comment

Comments

@dvkrockz
Copy link

Note: for support questions, please use one of these channels: Chat: AngularClass.slack or Twitter: @TipeIO

  • I'm submitting a ...
    [ _ ] bug report
    [ ] feature request
    [ ] question about the decisions made in the repository

  • Do you want to request a feature or report a bug?
    BUG

  • What is the current behavior?

Unable to load project using npm start as you mentioned it in ReadMe.

Able to run the code in localhost

  • What is the motivation / use case for changing the behavior?

  • Please tell us about your environment:

  • Angular version: 4.x.x
  • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
@jackleblack
Copy link

The issue is related to rxjs, just change "rxjs": "^6.0.0", to "rxjs": "6.3.3" in package.json.
https://stackoverflow.com/questions/54434333/error-ts1005-expected-typescript-angular-6-for-first-build-error-rxjs-insi!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants