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
$ docker build -t patwoz/expo-cli .
Sending build context to Docker daemon 225MB
Step 1/11 : FROM reactnativecommunity/react-native-android
---> b928ccfbbe6b
Step 2/11 : RUN apt upgrade && apt update -q
---> Using cache
---> d8e8e8fa0d76
Step 3/11 : RUN apt install -y nodejs npm
---> Running in c26e6217315b
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
nodejs is already the newest version (14.20.0-deb-1nodesource1).
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
nodejs : Conflicts: npm
npm : Depends: node-gyp (>= 3.6.2~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
The command '/bin/sh -c apt install -y nodejs npm' returned a non-zero code: 100
The text was updated successfully, but these errors were encountered:
Thanks for this project, seems like a nice idea.
The text was updated successfully, but these errors were encountered: