AskingQuestions / Shadeup

A language for WebGPU that makes writing shaders easier
https://shadeup.dev
137 stars 4 forks source link

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

Open Filip-Anicic opened 1 year ago

Filip-Anicic commented 1 year ago

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 commented 1 year ago

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.