-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
npx create-strapi-app quickstart/Mac install errors #9091
Comments
Hi, it seems you don't have build tools like make to build one of the dependencies for image processing :) On mac they can be installed with an xcode util easily. https://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/ |
yes you are right, and most I have not recent system to install last build tool. Thanks for now you can close ticket. Thanks make: error: unable to find utility "make", not a developer tool or in PATH Do not report this issue to Homebrew/brew or Homebrew/core! Error: You are using macOS 10.13. |
Hey, I updated OS newer, and software, no way, I got this error with sqlite : |
Just to confirm, you aren't on the new M1 Mac are you? |
Hey Derrick, no, Iam on i7 intel mac (macbook pro early 2013), I dont know what happen but something is broken, I tried to compile with node v14.15 node v12.2, no way :( |
Based on your error, you have some outdated build-tools such as libtool: nodejs/node#2341 (comment) |
Hey Derrick, great from you, it worked now, MAMP was using his libtool version (older) instead newer from system (/usr/bin/libtool), I removed MAMP link from .bash_profile and done ! |
Hey! What if I have an M1 pro apple chip? I follwed the instructions and does not work on my mac :( |
hey,
I started to create the strapi, but I have error with dependencies and sqlite,
any idea ? : https://gist.github.com/electroheadfx/0c4cdaed7d04ea01e98b47c12ca47b6f
thanks
Bug report
Error during npx install
Steps to reproduce the behavior
npx create-strapi-app first-strapi-app2 --quickstart
Code snippets
https://gist.github.com/electroheadfx/0c4cdaed7d04ea01e98b47c12ca47b6f
System
The text was updated successfully, but these errors were encountered: