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

[lit-starter-ts] es-dev-server became web dev server #2608

Closed
gonzalo-novak opened this issue Mar 14, 2021 · 1 comment
Closed

[lit-starter-ts] es-dev-server became web dev server #2608

gonzalo-novak opened this issue Mar 14, 2021 · 1 comment

Comments

@gonzalo-novak
Copy link

Hello!

I see that in the documentation of es-dev-server they recommend to use web dev server, as it is its successor https://www.npmjs.com/package/es-dev-server. I think it would be good to use it, because with es-dev-server I had problems starting the server, I got these 3 messages:

  1. Error compiling: [BABEL] /Users/gonzalo/Downloads/lit-element-starter-ts-master/my-element.js: Unknown version 74 of Opera (While processing: "/Users/gonzalo/Downloads/lit-element-starter-ts-master/node_modules/@babel/preset-env/lib/index.js")

  2. GET http://localhost:8001/my-element.js net::ERR_ABORTED 500 (Internal Server Error)

  3. [polyfills-loader] failed to load: ../my-element.js check the network tab for HTTP status.

With web dev server it didn't give me any problem. I just had to install that dependency and change the serve script in the package.json.

I comment on this in case it needs to be done.

Thanks!

kevinpschaaf referenced this issue in lit/lit-element-starter-ts Sep 21, 2021
kevinpschaaf referenced this issue in lit/lit-element-starter-ts Sep 21, 2021
Use type checker to identify msg function and lit-localize module
@bicknellr bicknellr changed the title es-dev-server became web dev server [lit-starter-ts] es-dev-server became web dev server Mar 4, 2022
@bicknellr bicknellr transferred this issue from lit/lit-element-starter-ts Mar 4, 2022
@sorvell
Copy link
Member

sorvell commented Jun 16, 2022

We'll consider this when addressing #2890.

@sorvell sorvell closed this as completed Jun 16, 2022
@sorvell sorvell moved this to ✅ Done in Lit Project Board Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants