can't run projects in my local machine #2576
Prathamesh-Shigwan
started this conversation in
General
Replies: 1 comment
-
We use
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i want to run and modify companion project on my local machine but i getting errors
PS C:\Users\Administrator\Desktop\test2\companion-master> npm install
npm ERR! code EBADENGINE
npm ERR! engine Unsupported engine
npm ERR! engine Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Not compatible with your version of node/npm: [email protected]
npm ERR! notsup Required: {"npm":"please-use-yarn","yarn":"^1.22","node":">=18.12 <19"}
npm ERR! notsup Actual: {"npm":"10.1.0","node":"v18.17.1"}
what should i do is there any manual that help to run companion-master project on local machines
Beta Was this translation helpful? Give feedback.
All reactions