mirror of
https://github.com/appy-one/acebase-server.git
synced 2026-05-25 06:02:16 -06:00
[GH-ISSUE #15] Missing dependencies #9
Labels
No labels
bug
enhancement
feature request
pull-request
types
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase-server#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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 --productionor if yourNODE_ENVenvironment variable was set toproductionwhile runningnpm install.Edit: I realize now that a dependency's
devDependenciesare never installed. Not even in dev environment. Thanks for reporting, I'll move them fromdevDependenciestodependencies@appy-one commented on GitHub (May 12, 2022):
I moved the dependencies from
devDependenciestodependenciesand published v1.10.1 to npm. Let me know if it works.