Closed
Description
Some people find it tedious and a waste of time to have to install NodeJS packages everytime they want to solve an exercise (take a look at exercism.io#2972).
In that discussion, we reached to a solution: improve the documentation on /docs/INSTALATION.md
to guide users to install all dependencies on <EXERCISM_HOME>/ecmascript
and add that folder to the PATH
system variable. This way, all mandatory tools to run tests will be available on the path and there will be no need to npm install
on each exercise.