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

installation doc with windows #135

Open
Cajuteq opened this issue Aug 9, 2024 · 0 comments
Open

installation doc with windows #135

Cajuteq opened this issue Aug 9, 2024 · 0 comments

Comments

@Cajuteq
Copy link

Cajuteq commented Aug 9, 2024

The very first line of the installation documentation fails when running on Windows (Powershell)

npm install @escape.tech/mookme
Au caractère Ligne:1 : 13
+ npm install @escape.tech/mookme
+             ~~~~~~~
Impossible d’utiliser l’opérateur de projection «@» pour référencer des variables dans une expression. «@escape» ne peut être utilisé que comme argument d’une commande. Pour référencer des variables dans
une expression, utilisez «$escape».
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : SplattingNotPermitted

I used WSL to workaround it at first
But I then tried with escaping

npm install "@escape.tech/mookme"

and it worked, so I suggest to either use the escaped syntax everywhere or to add it as a note for windows users.
This should allow better adoption by not having an error on the very first lign

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

No branches or pull requests

1 participant