npm
registry. You can install and manage dependencies for your Actions using either the Actions Code Editor in the or the Auth0 .
npm
registry:
Compilation failed: Cannot find module
.
To check whether an npm
package is native, navigate to the public Github repository for the npm
package and review the languages the code uses in the sidebar. If the languages include C/C++, the package is likely native. Popular examples include bcrypt
and sqlite3
.
npm
modules and private npm
registries cannot be used with Actions. Actions uses the public npm
registry.