Notice that if I use grunt build --force, I still get errors but the build continues, then grunt serve looks like acting normally (the doc is running). But these errors are probably here for something
Sorry about the up of this topic, but I’ve once again an issue to build locally the doc. I’m able to run grunt build and grunt serve commands, but with some annoying issues on some pages. Note that I’ve try npm install to be sure having the right packages versions.
Fatal error: primordials is not defined error spawned
Due to the grunt dependency you can build the docs chiefly only with node 10 and lower.
The docs are being rewritten so this will not be an issue in a month or two
Yeah I see that, but once nvm installed, no npm command at all was working (even npm -v), so I uninstalled it right after Never mind, I’ll wait for the doc rewrite.