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
The weird thing about this is that my imlementation does work when I run the following command where the config file links to the exact same test/solution:
When running node --no-warnings --loader ts-node/esm <file_name>.mts in the root folder or any of its subfolders I face no problems.
Specifically when I run outside of the project it will generate a simular error.
PR: #553
When I run the test
test_global_variable
for typescript I get an error talking about the fact that it can't find ts-node:This might be because I don't call ts-node directly but I use node like so:
The weird thing about this is that my imlementation does work when I run the following command where the config file links to the exact same test/solution:
Because of this I suppect that there might be something missing in the flake.nix file.
The text was updated successfully, but these errors were encountered: