diff --git a/src/node.cc b/src/node.cc index 3cfb8da7a3f445..52a50418044378 100644 --- a/src/node.cc +++ b/src/node.cc @@ -181,7 +181,7 @@ std::string icu_data_dir; // NOLINT(runtime/string) #endif // By default we accept N-API addons -bool load_napi_modules = true; +bool load_napi_modules = false; // used by C++ modules as well bool no_deprecation = false;