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
Running into errors when I npm install. Any suggestions?
238 verbose Darwin 22.1.0 239 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "i" "pdf-creator-node" "--save" 240 verbose node v14.17.4 241 verbose npm v6.14.14 242 error code EBADPLATFORM 243 error notsup Unsupported platform for @esbuild/linux-loong64@0.14.54: wanted {"os":"linux","arch":"loong64"} (current: {"os":"darwin","arch":"x64"}) 244 error notsup Valid OS: linux 244 error notsup Valid Arch: loong64 244 error notsup Actual OS: darwin 244 error notsup Actual Arch: x64 245 verbose exit [ 1, true ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running into errors when I npm install. Any suggestions?
238 verbose Darwin 22.1.0
239 verbose argv "/usr/local/bin/node" "/usr/local/bin/npm" "i" "pdf-creator-node" "--save"
240 verbose node v14.17.4
241 verbose npm v6.14.14
242 error code EBADPLATFORM
243 error notsup Unsupported platform for @esbuild/linux-loong64@0.14.54: wanted {"os":"linux","arch":"loong64"} (current: {"os":"darwin","arch":"x64"})
244 error notsup Valid OS: linux
244 error notsup Valid Arch: loong64
244 error notsup Actual OS: darwin
244 error notsup Actual Arch: x64
245 verbose exit [ 1, true ]
The text was updated successfully, but these errors were encountered: