This repository was archived by the owner on Aug 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Setup issue #12
Copy link
Copy link
Open
Description
Hi, I run npm run setup today on a fresh clone of the repo, but the command fails (exit code: 1)
here the command output:
➜ testing-web-apps git:(main) npm run setup
> setup
> node ./setup.mjs
▶️ Starting workshop setup...
Running the following command: npx "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 "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
up to date, audited 1696 packages in 4s
333 packages are looking for funding
run `npm fund` for details
2 vulnerabilities (1 high, 1 critical)
To address all issues, run:
npm audit fix
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 ./scripts/setup-custom.mjs
📝 copying .env.example to .env files and generating prisma client...
✅ .env files copied
◭ generating prisma client...
🚨 Failure: Custom Setup. Please review the messages above for information on how to troubleshoot and resolve this issue.
Metadata
Metadata
Assignees
Labels
No labels