Skip to content

Conversation

kuntlme
Copy link

@kuntlme kuntlme commented Jul 30, 2024

Trying to run an npm install command in a PowerShell environment, but PowerShell is interpreting the @ symbol as a splatting operator, which is causing the error. To avoid this, we can use quotes around the package name.
--> npm install '@socket.io/cluster-adapter'

 Trying to run an npm install command in a PowerShell environment, but PowerShell is interpreting the @ symbol as a splatting operator, which is causing the error. To avoid this, we can use quotes around the package name.
--> npm install '@socket.io/cluster-adapter'
Copy link

vercel bot commented Jul 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
socket-io-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 30, 2024 4:01pm

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