Publish new version?
theophilusx opened this issue ยท 6 comments
theophilusx commented
IThe current npmjs.com version does not build under node v12. However, it appears the current git HEAD does. Are there plans to publish a new version on npmjs.com? Version 12 has been LTS for a time now and not having a published version is causing some problems.
PhilipNelson5 commented
I would like to see an updated version published to npm too. If you need to use the library now, here is a work around for the time being.
theophilusx commented
Thanks for the info. I have it working using the github repo as the
dependency e.g.
"dependencies": {
"minimist": "^1.2.5",
"netcdf4": "parro-it/netcdf4"
},
which is fine for dev, but would not be allowed on our prod systems
(even when you lock it down to a specific commit). We want to upgrade to
node v12 soon, at which time the package will need to either be in
npmjs.com or our private nexus repo, which would require us forking and
I don't want to do that if it can be avoided.
My real concern is there doesn't seem to have been anything from the new
maintainer for 2 months now.
jpugsley-pro commented
Bumping this.
davidcalhoun commented
Another bump. Is it possible to publish a new version or transfer ownership of the repo? Thanks in advance!
PhilipNelson5 commented
Bump
IamChrister commented
Bump! Is this abandoned?