rusackas commented on PR #41680:
URL: https://github.com/apache/superset/pull/41680#issuecomment-4909993093

   The ESM migration itself reads right, but the `dev-server` script looks like 
it'll break... `node --experimental-strip-types` won't remap the `.js` import 
specifiers to the `.ts` sources, so `npm run dev-server` dies with 
`ERR_MODULE_NOT_FOUND` (the bot comment above caught the same thing). Running 
it through `tsx` instead would sort it, or build-first.
   
   It's also conflicting with master, so it'll want a rebase before we merge.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to