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
{{ message }}
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
When trying to run a docker with nest ^9 and @aginix/[email protected] you get the next error
Could not resolve dependency: #8 3.775 npm ERR! peer @nestjs/common@"^7.1.2" from @aginix/[email protected] #8 3.776 npm ERR! node_modules/@aginix/nestjs-firebase-admin #8 3.776 npm ERR! @aginix/nestjs-firebase-admin@"^2.2.0" from the root project
When trying to run a docker with nest ^9 and @aginix/[email protected] you get the next error
Could not resolve dependency:
#8 3.775 npm ERR! peer @nestjs/common@"^7.1.2" from @aginix/[email protected]
#8 3.776 npm ERR! node_modules/@aginix/nestjs-firebase-admin
#8 3.776 npm ERR! @aginix/nestjs-firebase-admin@"^2.2.0" from the root project
my package json is this
and my docker file is this
its an NX workspace
my docker command is
docker build --progress=plain -f ./apps/api/Dockerfile . -t api-test
BTW - on node 14 it seems to be working fine
The text was updated successfully, but these errors were encountered: