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
Some issue trying to follow this guide here: README
76.58 npm ERR! Exit status 1
76.58 npm ERR!
76.58 npm ERR! Failed at the [email protected] install script.
76.58 npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
76.60
76.60 npm ERR! A complete log of this run can be found in:
76.60 npm ERR! /root/.npm/_logs/2024-03-18T08_33_48_661Z-debug.log
------
Dockerfile:3
--------------------
1 | FROM node:14.16
2 | RUN npm install -g gatsby-cli
3 | >>> RUN npm install -g gatsby
4 | RUN npm install -g gatsby-theme-carbon
5 | EXPOSE 8000
--------------------
ERROR: failed to solve: process "/bin/sh -c npm install -g gatsby" did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered:
Some issue trying to follow this guide here: README
The text was updated successfully, but these errors were encountered: