Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mkdocs: Gatsby fails to install #154

Open
flo-kn opened this issue Mar 18, 2024 · 0 comments
Open

Mkdocs: Gatsby fails to install #154

flo-kn opened this issue Mar 18, 2024 · 0 comments

Comments

@flo-kn
Copy link

flo-kn commented Mar 18, 2024

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 sharp@0.32.6 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant