Open daiplusplus opened 4 years ago
I think this is a dead project @Jehoel - because of this I have renamed the above fork to esm-date-input-polyfill - if you haven't synced upstream to my repo in a few days, it may be worth your while as there are a number more features which should mean it more closely simulates a native datepicker + is incredibly lightweight if the browser supports date inputs natively.
The release notes are at https://github.com/mcshaz/esm-date-input-polyfill/releases
have a look at https://mcshaz.github.io/esm-date-input-polyfill/ for a demonstration of the 2 ways to deploy and how the datepicker looks now.
Environment:
Steps taken:
git clone https://github.com/brianblakely/nodep-date-input-polyfill.git
cd nodep-date-input-polyfill
npm install
rollup-plugin-sass: "^0.5.3"
depends on a specific sub-release release ofnode-sass
(4.5.3
-win32-x64-72_binding.node
) that has been removed from their Github releases listings (so thennpm
downloads the Dart/C/C++ source-code forsass
and tries to build it by itelf and it fails with a megabyte-sized error log... joy).node-sass
is incompatible with NodeJS higher than version 10.0 - but that doesn't explain the HTTP 404 error and the fact thebinding.node
file is absent from GitHub.rollup-plugin-sass
.npm run build
rollup-plugin-sass
that I'm using doesn't support therollup.config.js
file included in the project. I get this error:At this point I just gave up and I'll use a different
<input type="date" />
polyfill. Sorry.Update:
I found that I'm able to successfully
npm install
andnpm run build
this fork: https://github.com/mcshaz/nodep-date-input-polyfill