Open jfsiii opened 10 years ago
Yup, also have this problem. Maybe add coffee-script
in dependancies
if adding ./lib
is problem?
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
index.js looks for JS in
./lib
but the directory isn't included in the repo.This results in
catch
blockrequire('coffee-script')
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?