Skip to content

Avoid repeating npm install on each exercise #235

Closed
@rchavarria

Description

@rchavarria

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfix 🙅‍♀️This won't be applied, fixed, worked on, continued.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions