You are viewing documentation generated from a user contribution or an upcoming release. The contents of this document may not have been reviewed by the Deno team. Click here to view the documentation for the latest release.
Edit
Node and npm modules
Many people will want to leverage code and libraries that are built for Node, in particular the large set of packages available on the npm registry.
There are currently several ways to do this:
- Using
npm:
specifiers andnode:
specifiers - package.json compatibility
- Using CDNs