epicweb-dev / full-stack-foundations

Learn the foundational skills of building full stack web applications.

Home Page:https://epicweb.dev/workshops/full-stack-foundations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed setup on arch linux

swarajspatil158 opened this issue · comments

image

Logs:
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.js

🛝 setting up the first problem app...
✅ first problem app set up
🎭 installing playwright for testing... This may require sudo (or admin) privileges and may ask for your password.
BEWARE: your OS is not officially supported by Playwright; installing dependencies for ubuntu20.04-x64 as a fallback.
Installing dependencies...
Switching to root user to install dependencies...
sh: line 1: apt-get: command not found
Failed to install browsers
Error: Installation process exited with code: 127
🚨 Failure: Custom Setup. Please review the messages above for information on how to troubleshoot and resolve this issue.

I think you need to install apt-get and make sure it's available on your PATH.