Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 397 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 397 Bytes

Installing WebGazer

npm install webgazer seems to fail.

Instead, build it locally. (You can do this in another folder so you don't include all the install stuff in the current repo)

git clone [email protected]:brownhci/WebGazer
npm i
npm run build
npm pack

clone the .tgz to this project. Then in package.json use "webgazer": "file:webgazer-[version].tgz" to install it from the tgz.