auth0-extensions / auth0-delegated-administration-extension

This extension allows non-dashboard administrators to manage (a subset of) users.
https://auth0.com/docs/extensions/delegated-admin
Other
29 stars 79 forks source link

Add the `node_modules` as well #272

Open imageck opened 1 year ago

imageck commented 1 year ago

It'd be great if you could add the node_modules directory to staging as the project has dependencies that can't be solved today. After cloning the repository I could not build the project because of unresolved dependencies or missing packages.

Please consider publishing all of the modules together with the package. Thank you.

lRoberth commented 2 months ago

Hey @imageck , that's what the package-lock.json and package.json files do, it contains all the needed information. To install the dependencies and create the node_modules directory on your computer, just run the command "npm install".