-
Notifications
You must be signed in to change notification settings - Fork 1.7k
first run issues
KernelDeimos edited this page Oct 23, 2024
·
1 revision
Scenario: You see the following output:
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Cannot find package '@heyputer/backend' ┃
┃ 📝 this usually happens if you forget `npm install` ┃
┃ Suggestions: ┃
┃ - try running `npm install` ┃
┃ Technical Notes: ┃
┃ - @heyputer/backend is in an npm workspace ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
- Ensure you have run
npm install
. -
Install build essentials for your distro,
then run
npm install
again.
sudo apt update
sudo apt install build-essential
sudo dnf groupinstall "Development Tools"
sudo pacman -S base-devel
If you're running in Puter's Alpine image then this is already installed.
sudo apk add build-base
You know what you're doing; you just wanted to see if we mentioned Gentoo.
You are reading documentation for the open-source repository of Puter.
Getting started on localhost is as simple as git clone
npm install
npm start
.