-
Notifications
You must be signed in to change notification settings - Fork 12.2k
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
Bug: Splatting operator @ cannot be used with adding npm kit on windows #20153
Comments
Hello @barrychapman I have faced the same issues while trying to install the package using the Windows terminal. With git Git Bash it worked. |
Are there any OS related issue with |
@tagliala I just saw this is an issue related to the Windows terminal: Sometimes, the Windows command prompt interprets special characters differently. If you're using the command prompt, you might need to escape the "@" symbol by using a caret (^) before it, like this: npm install ^@package-name. So for Windows terminal the command must be:
Might be worth to add this to your documentation :) |
You can also use single quotes to get around this issue. For example: |
I'm not sure that this should be added to the docs, because it is platform-dependent, it is how the platform work, and I do not remember seeing instructions for different OSes in I think that a warning is more appropriate in this case As an example, I can provide Do you have examples of other packages with instructions specific to windows? |
The issue only occurs when the scope includes a |
Bug description
As per docs:
Font Awesome version
v6
Application and Operating System
Webstorm
Windows 11
Web bug report checklist
The text was updated successfully, but these errors were encountered: