Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # node -v : v18.18.0
- PS C:\Users\shockpast\Desktop\Codium\test> node test.js
- Calculator { calculator: [External: 216e3b05c80] }
- # npx tsx -v : v18.18.0
- PS C:\Users\shockpast\Desktop\Codium\test> npx tsx test.ts
- Calculator { calculator: [External: 14230a2f760] }
- # deno upgrade : Local deno version 1.37.2 is the most recent release
- PS C:\Users\shockpast\Desktop\Codium\test> deno run deno-test.ts
- error: Uncaught Error: Cannot find module './index.node'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement