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
Not sure what the issue is but when I attempt to build this the container using Dockerfile which uses Yarn the build files. The only way I can get it to work is by using NPM but that creates a bunch of build warnings. I am running Docker on a RaspberryPI 4 running Ubuntu
Install any needed packages specified in package.json - FAILS trying to build the container.
RUN yarn install
Install any needed packages specified in package.json - WORKS for build but causes warning messages.
RUN npm install --legacy-peer-deps
The text was updated successfully, but these errors were encountered:
Not sure what the issue is but when I attempt to build this the container using Dockerfile which uses Yarn the build files. The only way I can get it to work is by using NPM but that creates a bunch of build warnings. I am running Docker on a RaspberryPI 4 running Ubuntu
Install any needed packages specified in package.json - FAILS trying to build the container.
RUN yarn install
Install any needed packages specified in package.json - WORKS for build but causes warning messages.
RUN npm install --legacy-peer-deps
The text was updated successfully, but these errors were encountered: