You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
▶️ 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
The text was updated successfully, but these errors were encountered:
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!
When I run this I get this
npm run setup
:
Running the following command: npx --yes "https://gist.github.com/kentcdodds/bb452ffe53a5caa3600197e1d8005733" -q
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
up to date, audited 884 packages in 3s
332 packages are looking for funding
run
npm fund
for details10 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 details4 low severity vulnerabilities
Some issues need review, and may require choosing
a different dependency.
Run
npm audit
for details.✅ Success: Dependency Installation
The text was updated successfully, but these errors were encountered: