[GH-ISSUE #15] Missing dependencies #9

Closed
opened 2026-05-23 08:38:10 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @donl on GitHub (May 12, 2022).
Original GitHub issue: https://github.com/appy-one/acebase-server/issues/15

Originally assigned to: @appy-one on GitHub.

The following dependencies are missing by default and need to be manually installed after installing acebase-server.

swagger-jsdoc swagger-ui-express

Originally created by @donl on GitHub (May 12, 2022). Original GitHub issue: https://github.com/appy-one/acebase-server/issues/15 Originally assigned to: @appy-one on GitHub. The following dependencies are missing by default and need to be manually installed after installing acebase-server. swagger-jsdoc swagger-ui-express
gitea-mirror 2026-05-23 08:38:10 -06:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@appy-one commented on GitHub (May 12, 2022):

Those dependencies are only used in development environments and aren't installed if you used npm install --production or if your NODE_ENV environment variable was set to production while running npm install.

Edit: I realize now that a dependency's devDependencies are never installed. Not even in dev environment. Thanks for reporting, I'll move them from devDependencies to dependencies

<!-- gh-comment-id:1124639182 --> @appy-one commented on GitHub (May 12, 2022): Those dependencies are only used in development environments and aren't installed if you used `npm install --production` or if your `NODE_ENV` environment variable was set to `production` while running `npm install`. Edit: I realize now that a dependency's `devDependencies` are never installed. Not even in dev environment. Thanks for reporting, I'll move them from `devDependencies` to `dependencies`
Author
Owner

@appy-one commented on GitHub (May 12, 2022):

I moved the dependencies from devDependencies to dependencies and published v1.10.1 to npm. Let me know if it works.

<!-- gh-comment-id:1124913520 --> @appy-one commented on GitHub (May 12, 2022): I moved the dependencies from `devDependencies` to `dependencies` and published v1.10.1 to npm. Let me know if it works.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase-server#9
No description provided.