povdocs / webvr-starter-kit

Other
298 stars 59 forks source link

Installing the starter kit for development #21

Open impronunciable opened 8 years ago

impronunciable commented 8 years ago

Hi, First of all, thanks for this project, it is amazing!

I want to contribute to the project so I cloned the repo, npm and bower installed dependencies and run gulp. It throws lots of errors and warnings. For example

ERROR in ./src/objects/video.js
jshint results in errors
  Incompatible values for the 'strict' and 'globalstrict' linting options. (7% scanned). @ line 20 char 54
    undefined

How can I sort this out? Is it a problem on my environment or is something you didn't push yet.

Thanks again!