Advertisement
Guest User

Untitled

a guest
Oct 20th, 2023
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PowerShell 0.45 KB | Source Code | 0 0
  1. # node -v : v18.18.0
  2. PS C:\Users\shockpast\Desktop\Codium\test> node test.js
  3. Calculator { calculator: [External: 216e3b05c80] }
  4. # npx tsx -v : v18.18.0
  5. PS C:\Users\shockpast\Desktop\Codium\test> npx tsx test.ts
  6. Calculator { calculator: [External: 14230a2f760] }
  7. # deno upgrade : Local deno version 1.37.2 is the most recent release
  8. PS C:\Users\shockpast\Desktop\Codium\test> deno run deno-test.ts
  9. error: Uncaught Error: Cannot find module './index.node'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement