We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1706808 commit f741cd2Copy full SHA for f741cd2
runtime/fundamentals/node.md
@@ -623,6 +623,12 @@ As of Deno 2.0, npm packages using Node-API addons **are only supported when a
623
In case of misconfiguration Deno will provide hints how the situation can be
624
resolved.
625
626
+Like with all native FFI, you must also pass the `--allow-ffi` flag to grant
627
+Node-API addons explicit permission to run outside of the runtime sandbox.
628
+Review the
629
+[Security and permissions](/runtime/fundamentals/security/#ffi-(foreign-function-interface))
630
+documentation for more information.
631
+
632
## Migrating from Node to Deno
633
634
Running your Node.js project with Deno is a straightforward process. In most
0 commit comments