sindresorhus / fast-cli

Test your download and upload speed using fast.com
MIT License
2.58k stars 110 forks source link

"The term 'fast' is not recognized as the name of a cmdlet, function, script file, or operable program." #75

Closed AliceBunn closed 2 years ago

AliceBunn commented 2 years ago

I am on Windows 10 and I installed from npm. The output of > npm ls shows it is installed

@ C:\Users\ `-- fast-cli@3.2.0'

but when I run > fast it outputs

fast : The term 'fast' 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 + fast + ~~~~

  • CategoryInfo : ObjectNotFound: (fast:String) [], CommandNotFoundException
  • FullyQualifiedErrorId : CommandNotFoundException
sindresorhus commented 2 years ago

This is not the place to get npm support.

https://github.community/c/software-development/47