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

add instructions to install dependencies before running pnpm dev #427

Merged
merged 2 commits into from
Dec 20, 2024

Conversation

gitteri
Copy link
Contributor

@gitteri gitteri commented Dec 20, 2024

Add explicit pnpm install step to README

Problem

Running pnpm dev without first installing dependencies results in a broken build, specifically due to missing sass and other required packages. This can confuse new developers trying to set up the project.

Solution

Added an explicit pnpm i step in the README development instructions before the pnpm dev command to ensure all dependencies are properly installed.

Changes

  • Added new bullet point explaining the pnpm i command and its purpose

Testing

  • Verified instructions work by following them on a fresh clone of the repository

Copy link

vercel bot commented Dec 20, 2024

@gitteri is attempting to deploy a commit to the Solana Foundation Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Dec 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 20, 2024 3:57am

@ngundotra ngundotra merged commit f9a7787 into solana-foundation:master Dec 20, 2024
2 of 3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants