Skip to content

The installation tutorial is missing a part for updating the npm version #8

@fidel-ml

Description

@fidel-ml

There was a strange bug when running "npm run dev" and "npm run doc" that was due to an old version of npm.
It was fixed by updating the npm version.
So, the installation tutorial must add this step.
'''
npm install -g n
n latest
npm install -g npm
'''
and explain why it is needed.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions