aws-samples / aws-iot-twinmaker-samples

Apache License 2.0
97 stars 77 forks source link

Error when running cdk deploy #29

Closed ghost closed 2 years ago

ghost commented 2 years ago

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"

  1. I went to the node_modules folder and found there was no highlight.js module;
  2. I installed the module: sudo npm install highlight.js@latest -g
  3. I went to the styles folder, but still cannot find the rsync file.

Is there a different Highlight.js package? Thanks!