LaserWeb / LaserWeb4

Collaborative effort on the next version of LaserWeb / CNCWeb
GNU Affero General Public License v3.0
707 stars 191 forks source link

LW4 Does not load due to webcam on OS X #175

Closed maudette01432 closed 7 years ago

maudette01432 commented 7 years ago

@ https://laserweb.github.io/LaserWeb4/dist/

Javascript console shows:

Uncaught Error: Cannot find module "getusermedia"
    at webpackMissingModule (webcam.js:11)
    at Object.<anonymous> (webcam.js:11)
    at __webpack_require__ (bootstrap b08eee3…:555)
    at fn (bootstrap b08eee3…:86)
    at Object.<anonymous> (settings.js:22)
    at __webpack_require__ (bootstrap b08eee3…:555)
    at fn (bootstrap b08eee3…:86)
    at Object.<anonymous> (dock.js:16)
    at __webpack_require__ (bootstrap b08eee3…:555)
    at fn (bootstrap b08eee3…:86)

OSX 10.12.3/Chrome 56.0.2924.87 (latest)

jorgerobles commented 7 years ago

@openhardwarecoza could you checkout current version and run npm run installdev, and then golive? I think is a compilation issue. I'm away from my devel desktop :)

ghost commented 7 years ago

On it (: let me do so

On Feb 27, 2017 4:02 PM, "jorgerobles" notifications@github.com wrote:

@openhardwarecoza https://github.com/openhardwarecoza could you checkout current version and run npm run installdev, and then golive? I think is a compilation issue. I'm away from my devel desktop :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LaserWeb/LaserWeb4/issues/175#issuecomment-282727700, or mute the thread https://github.com/notifications/unsubscribe-auth/AHVr25PjGBfvvt-OkXSHJ2jznsJTQ12iks5rgtc3gaJpZM4MNFRE .

ghost commented 7 years ago

Done! Was indeed missing the installdev (:

done