You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
When trying to run jezebel on windows after installing it with npm, it fails. C:\Users\AppData\Roaming\npm\jezebel.cmd looks like this:
Which is syntactically incorrect.
Looking at the jezebel repository the bin\jezebel file has the following first line:
Looking at the npm source code, specifically node_modules\cmd-shim:22 shows:
This regular expression was not built with the possibillity of variable declarations in mind.
It should be adapted to extract the variable declarations and translate them to the proper
cmdsyntax:in this case.