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
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.