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
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
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
The text was updated successfully, but these errors were encountered: