Sebastian Quek
Results
2
comments of
Sebastian Quek
I encountered a similar issue: ``` Running tests in ./script/examples/nodejs_commonjs/node_modules/@deno/shim-deno-test/dist/test.js... Error: Cannot find module './definitions.js' ``` Deleting the `node_modules` folder in my `examples/nodejs_commonjs` folder worked for me.
Could you provide a minimal, reproducible example of this issue?