js-test icon indicating copy to clipboard operation
js-test copied to clipboard

Simplest build on latest node

Open senpl opened this issue 2 years ago • 4 comments

It would be practical to make it build on latest node. Also update of firebase elements would improve code for further development. In my case of node 16.5 it just not builds. forcing old node is just not optimal solution.

senpl avatar Sep 19 '21 11:09 senpl

changing to latest firebase make it work for me:
"firebase": "^9.0.2", "firebase-tools": "^9.18.0", This will require changes in firebase configs but still build with latest node.

senpl avatar Sep 19 '21 12:09 senpl

Hi Michal, thanks for reporting and for sharing your solution!

I'm not maintaining this project anymore, so I would recommend that you fork it and add anything you want to your own fork after that, if that's ok.

Adrien

adrienjoly avatar Sep 26 '21 12:09 adrienjoly

sure. I just wanted new users to get it working without switching to old node version. I saw many similar projects so marking it as no longer mantained would also be nice, so users know which one is still in development. Anyway thanks for replay.

senpl avatar Sep 27 '21 04:09 senpl

Good idea! I updated the README.

adrienjoly avatar Sep 27 '21 07:09 adrienjoly