latitude-dev / latitude

Developer-first embedded analytics

Home Page:https://latitude.so

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue starting a new project on my Ubuntu WSL Terminal (Windows 11)

abgonzalez93 opened this issue · comments

Steps To Reproduce

I've been having some troubles trying to initialize a project on my WSL Ubuntu terminal.
After the template is cloned, it fails to install dependencies.

Environment

  • Node version (node -v): 18.20.2
  • npm version (npm -v): 10.5.2
  • OS: Ubuntu 22.04.3 LTS

Expected Behavior

I expected project to be installed with no errors

Actual Behaviour

error

Workarounds

I attach the complete log to this report.
log_error_installing_dependencies.txt

You are missing make in your ubuntu instance. Not too familiar with WSL but try installing it with

sudo apt-get install build-essential

That actually worked. Thanks for your time!
I recommend you to add that step into https://docs.latitude.so/guides/getting-started/windows-compatibility

Will do