Closed betterthanever2 closed 7 months ago
So, turns out, current version of Node is 21, so I installed that, and it seems to have solved the issue. Perhaps, the line
Install [Node.js](https://nodejs.org/) (10.0.0 or later)
should be corrected, because v.12 is more than v.10, and that didn't work.
Node version:
v12.22.9
I'm installing reveal to Ubuntu. Having followed the steps described in Full Setup section of the docs, I'm running into the following error when trying to start with
npm start -- --port=50788
:I know little about JS, so I went and edited the implicated file by removing the hashtag sign from
#fillNegs() {
line, and got another error:So, clearly, manual editing is not the way. Perhaps, I'm missing some dependencies?