intel / node-realsense

MIT License
24 stars 21 forks source link

Web GUI samples cannot be installed with Node.js 6.11.3 #230

Closed DonnaWuDongxia closed 6 years ago

DonnaWuDongxia commented 6 years ago

It caused by the bug of a dependent lib: https://github.com/sorccu/node-jpeg-turbo/issues/9

DonnaWuDongxia commented 6 years ago

A error message: yasm: not found So, sudo apt-get install yasm can fix this issue.