We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
esbuild
node_modules
After running npm install in cubing.js, we end up with node_modules/barely-a-dev-server/node_modules/esbuild/bin/esbuild.
npm install
cubing.js
node_modules/barely-a-dev-server/node_modules/esbuild/bin/esbuild
This:
The situation seem similar to evanw/esbuild#1117 but I haven't been able to figure out what causes it. I'm going to try a few things.
The text was updated successfully, but these errors were encountered:
Change esbuild to a peer dependency. Hopefully mitigates #3.
8293c19
[package.json] Update barely-a-dev-server to see if that fixes a bu…
barely-a-dev-server
efa966c
…ndling issue. See lgarron/barely-a-dev-server#3
With the peer dependency fix, seems resolved in cubing.js on my computer for now.
Sorry, something went wrong.
990b892
No branches or pull requests
After running
npm install
incubing.js
, we end up withnode_modules/barely-a-dev-server/node_modules/esbuild/bin/esbuild
.This:
esbuild
used at the same time.The situation seem similar to evanw/esbuild#1117 but I haven't been able to figure out what causes it. I'm going to try a few things.
The text was updated successfully, but these errors were encountered: