hyperpower
hyperpower copied to clipboard
"wow" command not detected with Powershell
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?
Do #35 and #36 fix this?
#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.
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
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.
answer to my question is you have to run npm update wherever your package.json file is after making the change. sorry for noob.