https://github.com/mfellner/deno-node-compatibility-example
Using npm packages in Deno
https://github.com/mfellner/deno-node-compatibility-example
Last synced: 2 months ago
JSON representation
Using npm packages in Deno
- Host: GitHub
- URL: https://github.com/mfellner/deno-node-compatibility-example
- Owner: mfellner
- Created: 2020-12-26T21:35:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-26T21:37:52.000Z (over 4 years ago)
- Last Synced: 2024-10-12T00:19:29.137Z (8 months ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js compatibility: Using npm packages in Deno
Run the example with the following command:
```sh
deno run \
--unstable \
--allow-read \
--allow-env \
--import-map import_map.json \
main.ts
```