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

Windows 10: The term 'shadeup' is not recognized #5

Open
Filip-Anicic opened this issue Feb 13, 2023 · 1 comment
Open

Windows 10: The term 'shadeup' is not recognized #5

Filip-Anicic opened this issue Feb 13, 2023 · 1 comment

Comments

@Filip-Anicic
Copy link

Can't use shadeup in after installing with npm.

PS C:\Users\filip> shadeup
shadeup : The term 'shadeup' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ shadeup
+ ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (shadeup:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Seems like it's installed

PS C:\Users\filip>npm ls
filip@ C:\Users\filip
`-- shadeup@1.1.0
@AskingQuestions
Copy link
Owner

Hmm, did you:

  1. Restart powershell after installing?
  2. Install with the -g flag? e.g. (npm install shadeup -g)

If those two have failed to solve the problem, you can alternatively run shadeup by executing: npx shadeup in the target folder.

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

2 participants