We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have ubuntu 22 and am attempting to run build.sh to setup the dev env
build.sh
Fails with reference to node-gyph missing at => ERROR [stacks-explorer build 6/7] RUN pnpm i
=> ERROR [stacks-explorer build 6/7] RUN pnpm i
Following this - https://stacks-network.github.io/sbtc-docs/local-setup.html
The text was updated successfully, but these errors were encountered:
KING KHAN
Sorry, something went wrong.
change in docker file - use this RUN npm install -g pnpm@8.6.10 instead of this npm install -g pnpm
RUN npm install -g pnpm@8.6.10
npm install -g pnpm
AshtonStephens
Successfully merging a pull request may close this issue.
Expected Behavior
I have ubuntu 22 and am attempting to run
build.sh
to setup the dev envActual Behavior
Fails with reference to node-gyph missing at
=> ERROR [stacks-explorer build 6/7] RUN pnpm i
Steps to Reproduce
Following this - https://stacks-network.github.io/sbtc-docs/local-setup.html
Screenshots or Videos
The text was updated successfully, but these errors were encountered: