You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run docker I get an error '[email protected] does not satisfy [email protected]'.
After changing to the 0.5.2 version the error disappeared.
I also received an error 'Error: Cannot find module 'express'' in the /app/index.js. I'm sure 'express' is listed in package.json.
Before the container was built, I received an error with the bcrypt build. I specified the 5.0.1 version - the error went away.
But when running after the build was completed, I received an error: 'Error: Error loading shared library /app/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node: Exec format error'.
All errors above relate to building using docker compose.
The text was updated successfully, but these errors were encountered:
blokhin
changed the title
Version mismatch 'pasport', cannot find 'express', problem with 'bcrypt'.
Version mismatch 'pasport', cannot find 'express', problem with 'bcrypt'
Nov 30, 2023
When I run docker I get an error '[email protected] does not satisfy [email protected]'.
After changing to the 0.5.2 version the error disappeared.
I also received an error 'Error: Cannot find module 'express'' in the /app/index.js. I'm sure 'express' is listed in package.json.
Before the container was built, I received an error with the bcrypt build. I specified the 5.0.1 version - the error went away.
But when running after the build was completed, I received an error: 'Error: Error loading shared library /app/node_modules/bcrypt/lib/binding/napi-v3/bcrypt_lib.node: Exec format error'.
All errors above relate to building using docker compose.
The text was updated successfully, but these errors were encountered: