We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 141f59e commit afe284dCopy full SHA for afe284d
1 file changed
runtime/fundamentals/migrate_from_node.md
@@ -9,10 +9,9 @@ oldUrl:
9
---
10
11
Most Node.js projects run in Deno **with no changes at all**. Deno reads your
12
-`package.json`, installs and resolves the same npm dependencies, runs both
13
-CommonJS and ES modules, and exposes Node's built-in modules through `node:`
14
-specifiers — so in most cases you point Deno at your existing project and it
15
-just works.
+`package.json`, installs and resolves the same npm dependencies, and runs both
+CommonJS and ES modules — so in most cases you point Deno at your existing
+project and it just works.
16
17
You can also adopt Deno incrementally: use it purely as a faster, drop-in
18
package manager for an app you still run with Node, run your existing
0 commit comments