hyperpower icon indicating copy to clipboard operation
hyperpower copied to clipboard

"wow" command not detected with Powershell

Open kierenj opened this issue 8 years ago • 5 comments

Hi - I'm using powershell, but the error message from PS isn't picked up:

wow : The term 'wow' 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.

Teh weird thing is, https://github.com/zeit/hyperpower/blob/master/index.js#L48 looks like it should pick this up?

kierenj avatar Apr 25 '17 10:04 kierenj

Do #35 and #36 fix this?

kierenj avatar Apr 25 '17 10:04 kierenj

#35 is a regex change, which might help, but it has not been merged yet. #36 is a simple text change on comments regarding supported shells, so it shouldn't help.

artfuldev avatar May 15 '17 05:05 artfuldev

we have a fix ready, but it is not released yet. https://github.com/zeit/hyperpower/compare/0.2.3...master https://github.com/zeit/hyperpower/commit/dcd648d3825301ca3de7ddda224740d8e1dbebc0

artfuldev avatar May 15 '17 05:05 artfuldev

I'm completely out of the loop with node. If I add the fix to my index.js, how do I get the change to push. It looks like the old version is running with I look at sources in the inspector. Basically, saving the file isn't pushing the changes.

sethcenterbar avatar Mar 02 '18 19:03 sethcenterbar

answer to my question is you have to run npm update wherever your package.json file is after making the change. sorry for noob.

sethcenterbar avatar Mar 02 '18 20:03 sethcenterbar