-
-
Notifications
You must be signed in to change notification settings - Fork 301
Multiple Packages Installation Fail #1866
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
Comments
[ERROR Mon Feb 3 03:29:04 2025] ...e/nvim/lazy/mason.nvim/lua/mason-core/installer/init.lua:249: Installation failed for Package(name=tailwindcss-language-server) error=spawn: npm failed with exit code 1 and signal 0. |
same issue. |
Same issue here. |
I was able to fix this issue with this solution https://stackoverflow.com/questions/36494336/npm-install-error-unable-to-get-local-issuer-certificate I should have also noted that this issue is on a corporate machine on a corporate network so, at least for me, this issues was an npm thing and not a Mason issue. After setting npm config settings, Mason was able to install the packages just fine. I am also using nvm to manage node. See versions below.
|
I've searched open issues for similar requests
I've manually reviewed logs to find potential errors
I've recently downloaded the latest plugin version of mason.nvim
Problem description
I got an error when downloading these LSP (Language Server Protocol) language packages.
Expected behavior
These languages can be downloaded normally
Steps to reproduce
error
spawn: npm failed with exit code 1 and signal 0.Affected packages
all
Neovim version (>= 0.7)
NVIM v0.10.3
Build type: Release
LuaJIT 2.1.1736781742
Operating system/version
Darwin oq 23.6.0 Darwin Kernel Version 23.6.0: Mon Jul 29 21:14:30 PDT 2024; root:xnu-10063.141.2~1/RELEASE_ARM64_T6000 arm64
Healthcheck
Screenshots or recordings
No response
The text was updated successfully, but these errors were encountered: