You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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")
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:
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")
GET http://localhost:8001/my-element.js net::ERR_ABORTED 500 (Internal Server Error)
[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!
The text was updated successfully, but these errors were encountered: