Unable to develop on M1 mac
See original GitHub issue
I am trying to run the build command in tree but it’s saying it does not exist in the package.json
So I tried to run npx father build After that I got the 2 folders lib and es in the tree folder. and after that I run
yarn dev in vite folder
I want to contribute to this project.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
App not launch on an M1 mac | Apple Developer Forums
Steps to reproduce. Create Archive via Xcode; Distribute App -> Development; Sign with the correct development Profile; Start the App from the exported...
Read more >How to Install Unsupported Development Software on M1 Macs
Most tools and programs will work perfectly fine on M1 architecture, but some tools require installation that won't work. In our example, running...
Read more >Build failure on Apple Silicon M1 Mac Mini - Compiler
Hi, I'm seeing a build failure on an Apple Silicon Mac Mini that I'm not seeing on my Intel MacBook Pro. (Both checkouts...
Read more >How to set up an M1 MacBook for web development
In this tutorial, we set up web development tools for our MacBook in just 20 minutes, including Git, GitHub, VS Code, and Powerline...
Read more >Unable to build on mac m1 · Issue #613 · kivy/kivy-ios - GitHub
Hi I'm trying to create a kivy app for ios using mcbook air with m1 cpu but during toolchain build kivy , it...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Node 17 was the problem. switched to 14 and now everything just worked.
Hi, I’m using node 14, python 3.9 and I’m using yarn. I have faced the issue with my M1 and
node-gypthen I usednpmand it was solved. But in Refi App, I use Yarn normally