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 Missing Dependencies (@solana/web3.js and permissionless) to Package.json #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

xhakti
Copy link

@xhakti xhakti commented Nov 15, 2024

Summary

This pull request resolves the setup issues caused by missing dependencies in the project. The missing packages prevented the project from compiling after a fresh clone.

Problem

  1. When cloning the repository and attempting to run the project, the following error occurred:
  • Missing @solana/web3.js package, causing the project to fail during compilation.
  • Error Screenshot: Screenshot 2024-11-15 at 3 33 40 PM
  1. After manually installing @solana/web3.js, I tested a clean installation by deleting node_modules and package-lock.json.
  • A new error occurred, indicating the permissionless package was missing.
  • Error Screenshot: Screenshot 2024-11-15 at 3 54 48 PM

Changes Made

  • Added the following dependencies to package.json:
  • "@solana/web3.js": "^1.95.4"
  • "permissionless": "^0.2.17"
  • Updated package-lock.json to reflect these changes.

Impact

These changes ensure that contributors can set up the project seamlessly without encountering dependency errors during installation.

Steps to Reproduce the Issue

  1. Clone the repository.
  2. Run npm install or yarn install.
  3. Run npm run dev,

Expected Behavior: Project runs without errors.

Actual Behavior: Errors related to missing dependencies (@solana/web3.js and permissionless).

Testing

  • Tested on a fresh clone to ensure that the project compiles and runs successfully after these changes.

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.

1 participant