-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Repro steps
On Windows:
-
Navigate to: https://docs.page/get-started
-
Click Copy Command in the Install section
-
In PowerShell, paste the command, and run it:
PS > npx @docs.page/cli init At line:1 char:5 + npx @docs.page/cli init + ~~~~~ The splatting operator '@' cannot be used to reference variables in an expression. '@docs' can be used only as an argument to a command. To reference variables in an expression use '$docs'. + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : SplattingNotPermitted
Fix
For Windows users, update the install command to add quotes:
- npx @docs.page/cli init
+ npx '@docs.page/cli' initMetadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed