You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docs: Added quotes in cli for Windows PowerShell compatibility (#986)
* Added cli for Windows Powershell
Thanks for adding Windows support! 🎉🍻
In Windows Powershell, the `@` character is reserved, and the current command will only run `npm init`.
* Use quotes around @ prefixes
Instead of special casing PowerShell, surrounding @observablehq with quotes works for all shells.
0 commit comments