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
Ugh I never want to use it either. I wish I never need to see "require" too.
If you heard of the ignite template for native apps this is how their file looks like and it has ts-node imported. I am not really sure why but it is necessary to make the splashscreen (native module) plugin to work.
I am trying to use the ignite template along with the turbo repo and here we are.
Provide environment information
System:
OS: Linux 6.10 Fedora Linux 39 (KDE Plasma)
CPU: (12) x64 Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz
Memory: 9.34 GB / 15.47 GB
Container: Yes
Shell: 5.9 - /usr/bin/zsh
Binaries:
Node: 20.12.0 - ~/.nvm/versions/node/v20.12.0/bin/node
npm: 10.8.3 - ~/.nvm/versions/node/v20.12.0/bin/npm
pnpm: 9.9.0 - ~/.local/share/pnpm/pnpm
Describe the bug
I have a custom plugin that I want to call in my app.config.ts like so:
I need to import ts-node to be able to use the plugin but the app crashes when I do that with this error:
What am i doing wrong?
Link to reproduction
just spin up a create t3 turbo app and install ts-node then try adding it to the app.config.ts
To reproduce
.
Additional information
No response
The text was updated successfully, but these errors were encountered: