-
-
Notifications
You must be signed in to change notification settings - Fork 715
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
Unable to run application on ARM based MacOS devices #2337
Comments
Congratulations on making your first Issue! 🎊 If you haven't already, check out our Contributing Guidelines and Issue Reporting Guidelines to ensure that you are following our guidelines for contributing and making issues. |
Hi.. |
@DipanshuOjha, are you able to reproduce this?
|
@pranshugupta54 Yes I am able to reproduce this in my windows 11. Just waiting to get assigned so that I can put a pull request |
@DipanshuOjha, the issue is about MacOS? |
@pranshugupta54 |
It's a separate thing, they are running it with @adithyanotfound, can you try deleting node_modules and then try again? |
@pranshugupta54 if you dockerise the application then their is no need to install the dependencies seperately it will be installed within node_modules. |
@DipanshuOjha, we already have a separate project being done to fix the docker containers. But this is an issue with locally running it. @adithyanotfound, to fix: |
@pranshugupta54 That works but it is not ideal to completely change package-lock.json file. Also I found PR #2186 which removes a lot of lines from the package-lock.json file which has probably caused this issue. The application was working before that PR. |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
Can I work on the issue |
Describe the bug
Unable to run the application on ARM based MacOS devices.
To Reproduce
Steps to reproduce the behavior:
On a ARM based MacOS devices run:
npm install
npm run serve
Expected behavior
Actual behavior
Additional details
@rollup/rollup-darwin-arm64
and@esbuild/darwin-arm64
System information
VS code version: Version: 1.94.2 (Universal)
OS version: Darwin arm64 23.0.0
Device: Macbook Air M2
The text was updated successfully, but these errors were encountered: