-
Notifications
You must be signed in to change notification settings - Fork 495
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
Multiple errors installing and running on Mac #2502
Comments
I tried starting over with Node v16.1.0 and got the same errors. |
This case seems an easy one: Much worse, that it requires Python 2, that I don't have (and don't want) Looks like, the main contributors went to https://github.com/status-im |
Same issue here, fresh install on an intel mac. I don't see any xcode issue in mine. I am getting this error in node16 btw |
Bug Report
Summary
Difficulty with installing, errors when running.
Current behavior
When attempting
npm -g install embark
using Node v10.16.0 I get errors.When I use Node v14.17.0 the install works. But when I run
embark --version
I get warnings.embark demo
creates the demo folder and files, but also has warnings.Then I move into the embark_demo folder and run
npm i
and get errors.If I try to run
embark run
I get a complaint that dependencies aren't installed.How to reproduce
Expected behavior
I expect to see Cockpit.
Please provide additional information about your system
OS:
MacOS Big Sur, v11.4
Intel processor
Embark Version:
6.0.0
Node Version:
v14.17.0
NPM Version:
7.14.0
Sometimes issues are related to Embark's installation. Can you provide information on how Embark was installed?
see above, first time install
The text was updated successfully, but these errors were encountered: