Cant Deploy With Swagger On Heroku #7857
Unanswered
cengizilhan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
My Express API deploying on heroku but when i add Swagger to my Express project, build failed,
anyone seen that error ever?
build error log:
`-----> Building on the Heroku-20 stack
-----> Using buildpack: heroku/nodejs
-----> Node.js app detected
-----> Creating runtime environment
-----> Installing binaries
engines.node (package.json): unspecified
engines.npm (package.json): unspecified (use default)
-----> Restoring cache
Cached directories were not restored due to a change in version of node, npm, yarn or stack
Module installation may take longer for this build
-----> Installing dependencies
Installing node modules
npm ERR! code EINTEGRITY
npm ERR! sha512-GLdtGNj56S3gC54trU5ZqefSujQqBo1dHVFFP9KqxULKyEjp5FqwGRY+oMaxL+inTCRkfaerJVOHFmqhDWDmDg== integrity checksum failed when using sha512: wanted sha512-GLdtGNj56S3gC54trU5ZqefSujQqBo1dHVFFP9KqxULKyEjp5FqwGRY+oMaxL+inTCRkfaerJVOHFmqhDWDmDg== but got sha512-c9ZuszlLqHClicaRRag/ZSGor4rGaTV4FT1P7LYYqL12NwvpR2cYCPsdMUbQFFU8otSYTy6aUZEKBRX8fvM2rQ==. (120404 bytes)
-----> Build failed
! Push rejected, failed to compile Node.js app.
! Push failed`
Beta Was this translation helpful? Give feedback.
All reactions