node-packer icon indicating copy to clipboard operation
node-packer copied to clipboard

Support for Node 8.9.1

Open daihashi opened this issue 8 years ago • 7 comments

When will support for node 8.9.1 be available?

daihashi avatar Nov 27 '17 02:11 daihashi

Wating for pull #94 to be merged

Asp3ctus avatar Dec 01 '17 18:12 Asp3ctus

There are some new things in Node 8.9.1 that we need to use. Do we know when #94 will be merged?

plunkettscott avatar Dec 04 '17 20:12 plunkettscott

@daihashi @plunkettscott you can use my personal repository : https://github.com/roytan883/node-packer just clone the repository and use bin/nodec

roytan883 avatar Dec 12 '17 03:12 roytan883

+1 When will support for node 8.9.4 be available?

chylvina avatar Jan 13 '18 07:01 chylvina

Can someone explain the history of available node.js versions for compiling against? I tested pkg before and there I can use different node.js versions

ghost avatar Jan 25 '18 12:01 ghost

Can someone explain what to do to build several repos for use with newest node versions? Is it terrible or more easy as thought? :-)

@roytan883 :+1:

ghost avatar Feb 21 '18 11:02 ghost

I have made support for both 8.11.3 and 10.6.0.

You may get it from here:

https://github.com/slee047/node-packer/releases

Version 1.6.0-8.11.3 refers to node-packer in current master branch (1.6.0) packaged with NodeJS 8.11.3.

Version 1.6.0-10.6.0 refers to node-packer in current master branch (1.6.0) packaged with NodeJS 10.6.0.

slee047 avatar Jul 16 '18 08:07 slee047