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

Error when trying to run the setup #409

Closed
jacobmillett opened this issue Jan 15, 2025 · 2 comments
Closed

Error when trying to run the setup #409

jacobmillett opened this issue Jan 15, 2025 · 2 comments

Comments

@jacobmillett
Copy link

When I run this I get this

npm run setup

:

setup
node ./epicshop/setup.js

▶️ Starting workshop setup...
Running the following command: npx --yes "https://gist.github.com/kentcdodds/bb452ffe53a5caa3600197e1d8005733" -q
▶️ Starting: System Validation
Ensuring the correct versions of tools are installed on this computer.
Running the following command: npx --yes "https://gist.github.com/kentcdodds/abbc32701f78fa70298d444c2303b6d9"
✅ Success: System Validation

▶️  Starting: Dependency Installation
      Installing third party code dependencies so the workshop works properly on this computer.
      Running the following command: npm install --legacy-peer-deps --no-save

postinstall
cd ./epicshop && npm install

up to date, audited 884 packages in 3s

332 packages are looking for funding
run npm fund for details

10 vulnerabilities (8 low, 2 moderate)

To address issues that do not require attention, run:
npm audit fix

Some issues need review, and may require choosing
a different dependency.

Run npm audit for details.

up to date, audited 661 packages in 3s

314 packages are looking for funding
run npm fund for details

4 low severity vulnerabilities

Some issues need review, and may require choosing
a different dependency.

Run npm audit for details.
✅ Success: Dependency Installation

▶️  Starting: Custom Setup
      Handling custom setup (if neccessary)
      Running the following command: npm run setup:custom --if-present

setup:custom
node ./epicshop/setup-custom.js

🚨  Failure: Custom Setup. Please review the messages above for information on how to troubleshoot and resolve this issue.






I keep trying to debug but I can't seem to figure it out
@jacobmillett
Copy link
Author

When I run the custom setup by itself it seems to just succeed

however I still can't run the app

@kentcdodds
Copy link
Member

Hi @jacobmillett,

Looks like you've closed the issue so I'm guessing you worked it out. But let me know if not. I just ran the setup myself and everything worked fine, but sometimes there are specific issues with people's machines that I (or AI) can help with. Let me know!

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

2 participants