All Projects → reggi → node-to-deno

reggi / node-to-deno

Licence: other
♻️ A webpack implementation that bundles a node file / npm modules for use with deno.

Programming Languages

javascript
184084 projects - #8 most used programming language

node-to-deno

https://github.com/denoland/deno

A secure TypeScript runtime on V8 https://deno.land/

How do you run a node file in deno? How do you use node_modules / npm packages in deno?

Webpack!

This is a proof of concept that allows you to use a npm module in deno.

yarn
yarn build
deno ./src/main.ts
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].