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
Hello all! Great job!
I just discovered this tool and trying to test my JS files... But the problem is this tool is not running. When I go to the node_modules folder and type cr --help it says SyntaxError: Unexpected identifier.
Maybe I`m not doing correctly something. Please help!
The text was updated successfully, but these errors were encountered:
If you installed with npm install complexity-report you should see a cr utility under ./node_modules/.bin/ and that needs to be in your PATH to run it. If you installed it globally with npm install -g complexity-report then the cr utility should be available to run from any directory.
In short, this doesn't seem to be an issue with complexity-report, you just need to know how to install and use command line utilities via npm.
Hello all! Great job!
I just discovered this tool and trying to test my JS files... But the problem is this tool is not running. When I go to the node_modules folder and type cr --help it says SyntaxError: Unexpected identifier.
Maybe I`m not doing correctly something. Please help!
The text was updated successfully, but these errors were encountered: