Simon Chaumet

Results 12 comments of Simon Chaumet

I have the same error, from what I saw in the code, the problem is that the app.module('ng').run is executed after app bootstrap (for me) so the function passed is...

When packing it from source I can't get it to work, do you have a way to make it work in "manual" ?

Not sure if I have the same bug, I followed the tutorial https://babeljs.io/docs/en/babel-node : .babelrc.json ```json { "presets": [ ["@babel/preset-react", { "runtime": "automatic" }], [ "@babel/preset-env", { "modules": false }...

@JLHwung node doesn't accept jsx extensions apparently ![Screenshot from 2022-01-31 20-27-03](https://user-images.githubusercontent.com/7894362/151859412-c33d2308-e30c-40a0-a163-d39ca90e4003.png)

@JLHwung server.js does not contain react code, the only file is the one shown above included in the app directory which is compiled into .js but I have errors shown...

@JLHwung even with only node (by running start) the result is still the same

@nicolo-ribaudo as you can see in package.json above I run build and then run on it

My paths are modified to get the code from my source directory instead of getting the code from the dist folder, I think it's related to #8193

I have the same problem : I had it when I was merging into default branch which created a latest tag that was already in the registry. I don't understand...

I've added the pull request with the draft code To add module definitions you just need to override the interfaces on module side (in a typescript definition file) : ```typescript...