-
Notifications
You must be signed in to change notification settings - Fork 11
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
does not build on illumos #536
Comments
According to the changelog, the Illumos support PR made it into esbuild v0.12.25. Vite 2.6, which is where our esbuild dep comes from, is pinned to esbuild ^0.13.2. So we should have it. However:
It turned out I had pinned esbuild 0.12.14 as a top-level dependency for, as far as I can tell, no reason. Fixed in 3560e24. Will close this issue once we confirm this fixes it. |
Ok, @davepacheco confirms it works now. And for the record I figured out why I included an explicit esbuild dep: Line 4 in 3560e24
|
I'm not sure if this matters now, or at all, but I wanted to record this in case anybody else runs into it.
I tried to build using the instructions in the README. This was basically just cloning the repo and running
npm install --global corepack
(to getyarn
) and thenyarn install
. I had Node 16.3.0 and yarn 1.22.15.yarn install
command bailed out here:(that's the end of the output -- a bunch of blank lines)
With
yarn install --verbose
, I got a bit more detail:@david-crespo found this potentially related PR:
evanw/esbuild#1562
The text was updated successfully, but these errors were encountered: