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(alpine): fix package.json's bin to alpine-language-server #1460

Merged
merged 1 commit into from Jun 15, 2022
Merged

fix(alpine): fix package.json's bin to alpine-language-server #1460

merged 1 commit into from Jun 15, 2022

Conversation

yaegassy
Copy link
Collaborator

@yaegassy yaegassy commented Jun 15, 2022

For example, if @volar/vue-language-server is already installed when performing a global installation, the bin name will be duplicated and the installation will not be possible.

$ npm i -g @volar/alpine-language-server
npm ERR! code EEXIST
npm ERR! path /Users/yaegassy/.nvm/versions/node/v16.15.1/bin/vue-language-server
npm ERR! EEXIST: file already exists
npm ERR! File exists: /Users/yaegassy/.nvm/versions/node/v16.15.1/bin/vue-language-server
npm ERR! Remove the existing file and try again, or run npm
npm ERR! with --force to overwrite files recklessly.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/yaegassy/.npm/_logs/2022-06-15T01_08_24_562Z-debug-0.log

@johnsoncodehk johnsoncodehk merged commit a5a5ca7 into vuejs:master Jun 15, 2022
@yaegassy yaegassy deleted the fix/alpine-bin branch June 15, 2022 01:24
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.

None yet

2 participants