Include compiled JS in ./lib
Opened this issue · 2 comments
jfsiii commented
index.js looks for JS in ./lib
but the directory isn't included in the repo.
This results in
- falling through to the
catch
block - attempting to
require('coffee-script')
- an error if you don't have
coffe-script
installed (which doesn't get installed via the suppliednpm install karma-ievms --save-dev
Can you please add the compiled JS to the ./lib
directory?
niksy commented
Yup, also have this problem. Maybe add coffee-script
in dependancies
if adding ./lib
is problem?
SimenB commented
lib
is created during prepublish
, so if you get the npm-package, it works.
What I find odd is that it sometimes fails even though it's there already