0

I installed spectacle globally with :

npm install -g spectacle-docs

now when I try to use it I get

spectacle is not recognized as an internal or external command

Why is that ?

An-droid
  • 6,433
  • 9
  • 48
  • 93

1 Answers1

0

Check %appdata%/Roaming/npm folder and look for spectacle.cmd file. If it is there, then add this path to the Path variable in System Variables

rdabrowski
  • 189
  • 1
  • 6
  • 16