Bug? "The package '@esbuild/darwin-arm64' could not be found and is needed by esbuild #15028
Unanswered
jordan-bott
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I have the same problem, had to install @esbuild/darwin-arm64 manually |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running a M1 max chip on a Mac Studio. When trying to up the server post
npm install
I would get this error. It appears that this error is limited to vite 5, I ran mynpm create vite@4
and the problem seems to go away.Upon install (vite 5),
esbuild-darwin-arm64
is present inpackage-lock.json
, however the build can't seem to find it. I also tried installingesbuild-darwin-arm64
separately, but I could not get it to work (other than switching back to Vite 4.4.5).If I should move this discussion elsewhere, please let me know! Wasn't sure the right channels to flag this in
Terminal output + commands:
package-lock.json
:Computer specs:
Beta Was this translation helpful? Give feedback.
All reactions