James Wilson

Results 29 comments of James Wilson

I believe the OP just got confused that the bundle type must specified in the "process" section and not the "destination" section. I can see how this could be easily...

This is a known issue with PhantomJS 1.9.x -- which is no longer supported (per https://github.com/ariya/phantomjs/issues/14558). This should be fixed when Pull Request #36 is merged by the maintainer. 🤞

Now that #218 is fixed, master version is up to 1.1.4 in the https://github.com/leafo/sticky-kit/blob/master/sticky-kit.coffee file, so we also need a tag for that version as well as 1.1.3. Our temporary...

I'm getting the same errors as the OP, here is a shortened version: ### Error 1: ``` npm WARN tar ENOENT: no such file or directory, open '~/coreui-free-bootstrap-admin-template/node_modules/.staging/request-1a2d42e9/index.js' ... [lots...

Upgrading to node 13.7.0 and re-running `npm run build` fixed the first errors regarding `npm WARN tar ENOENT no such file or directory`, however the second error message is still...

I should clarify, that though the install function didnt have the ENOENT error, the `npm run build` command did have some issues (see below). I think basically because of the...

Thanks @xidedix , this fixed it for me. Cheers, have a great week.

I've setup a very complete jsbin to compare native html5 validation with each date type that demonstrates several issues related to min/max calculations and breakage due to the "step" attribute....

I'm seeing that this desperately needs tests to move forward. Sadly, tests were never added to this PR, per requested checklist in PR summary: > Your code should contain tests...