@humitos @stsewd What would be the recommended way to install Node.js packages with the new build specification? I get this error, probably because jsdoc was installed in the old images:
sphinx.errors.SphinxError: jsdoc was not found. Install it using "npm install -g jsdoc".
Sphinx error:
jsdoc was not found. Install it using "npm install -g jsdoc".
The conflict is caused by:
The user requested docutils==0.17.1
sphinx 4.2.0 depends on docutils<0.18 and >=0.14
sphinx-tabs 3.2.0 depends on docutils~=0.16.0
@humitos @stsewd What would be the recommended way to install Node.js packages with the new
build
specification? I get this error, probably becausejsdoc
was installed in the old images: