Error msg:
no such file or directory, open
"/usr/lib/node_modules/docker/node_modules/highlight.js/styles/rsync -r /var/dependencies/. /asset-output/python && rsync -r . /asset-output/python.css"
I went to the node_modules folder and found there was no highlight.js module;
I installed the module: sudo npm install highlight.js@latest -g
I went to the styles folder, but still cannot find the rsync file.
Is there a different Highlight.js package? Thanks!
Error msg: no such file or directory, open "/usr/lib/node_modules/docker/node_modules/highlight.js/styles/rsync -r /var/dependencies/. /asset-output/python && rsync -r . /asset-output/python.css"
Is there a different Highlight.js package? Thanks!