iSchluff / simplevnc

Node.js based VNC browser client (client+server) for embedding into your own applications.
MIT License
32 stars 13 forks source link

I get this error when I run npm run-script example #7

Open cslsoftware7 opened 2 years ago

cslsoftware7 commented 2 years ago

sh: ./example/static/js/app.js: No such file or directory

La-Kil commented 2 years ago

mkdir example/statis/js solved this issue

ngangavic commented 10 months ago

mkdir example/statis/js solved this issue

Correct. Thanks