Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issues found when installing from fresh ubuntu server and potential solutions (Proxmox) #4

Open
lardofpatato opened this issue Jul 29, 2023 · 0 comments

Comments

@lardofpatato
Copy link

Here are a few issues I had when doing the install had and possible solution to problems i have found

Problem: node incorrectly set to V12 not 14
frappe-framework@: The engine "node" is incompatible with this module. Expected version ">=14". Got "12.22.9"

Solution
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
sudo n latest`

Problem: Supervisor Not Found
supervisor not installed install using the following

Solution
sudo apt update && sudo apt install supervisor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant