Solved

Why am I getting "error TS1005: 'from' expected" when serving my Angular application with the browser SDK?

  • 6 April 2023
  • 3 replies
  • 5938 views

 I just followed exactly what is says on the quickstart guide on my Angular application and I'm getting the error on the image above. My typescript version is 3.5.3

 

icon

Best answer by geisonmcd 12 April 2023, 22:32

View original

3 replies

Userlevel 6
Badge +9

Thanks for posting here @geisonmcd and excuse the delay. Were you able to resolve this? cc @Esther Trapadoux

It was a conflict with the Typescript version, have to comment these lines inside the node_modules file with the problem or update the Angular version to one with a newer typescript version.

Userlevel 5
Badge +8

@geisonmcd Thanks for updating us!

Reply