Node.js

To install Node.js, you need to visit the web page of the project and download the package that suits you. Be sure that you choose a package that includes npm (the package manager for Node.js).

If you get an error like this one:

 throw new Error(`Hook (${hookLoc}) threw ${e}. Must call fail to termina

Please, modify files node_modules/simple-hooks/lib/hook-async.js and node_modules/simple-hooks/lib/hook-sync.js. In this files, please change the quote ` for ' in the lines triggering errors.