Skip to content
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

fix: explicitly install the required esbuild binary #237

Closed
wants to merge 1 commit into from

Conversation

fwouts
Copy link
Owner

@fwouts fwouts commented Feb 20, 2022

This should help address #236.

@fwouts
Copy link
Owner Author

fwouts commented Feb 20, 2022

Actually this approach probably cannot work because NPM may fail with errors like:

$ npm install
npm ERR! code EBADPLATFORM
npm ERR! notsup Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"x64"} (current: {"os":"darwin","arch":"arm64"})
npm ERR! notsup Valid OS:    darwin
npm ERR! notsup Valid Arch:  x64
npm ERR! notsup Actual OS:   darwin
npm ERR! notsup Actual Arch: arm64

@fwouts fwouts closed this Feb 20, 2022
@fwouts fwouts deleted the vscode-esbuild-platform branch February 20, 2022 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant