I'm trying to use PeerJS in the command line after I've installed it using
npm i -g peerjs
and I can confirm it's installed globally as it shows when I run
npm list -g --depth 0
When I try to run peerjs in the command line, it throws a CommandNotFoundException.
I've tried adding these to my user PATH variable:
I've also tried uninstalling and reinstalling PeerJS, as well as running the NodeJS Command Line app which is meant to set up the environment.
Any help on getting this command working would be greatly appreciated.
Thanks.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…