Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Build with node 7x #107

Closed
helio-frota opened this issue Nov 3, 2016 · 11 comments
Closed

Build with node 7x #107

helio-frota opened this issue Nov 3, 2016 · 11 comments
Assignees
Labels
Milestone

Comments

@helio-frota
Copy link
Member

I saw this on roi build:

npm ERR! [email protected] install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 1

Maybe is good to add node 7 on CI to start looking all bgold projects ?

@lance @lholmquist @balunasj ?

@lholmquist
Copy link
Member

i want to say yes, but it did just get released, and will never be an LTS, but why not.

@helio-frota
Copy link
Member Author

you right, but this can also mean: change 5 to 7 ?
https://raw.githubusercontent.com/nodejs/LTS/master/schedule.png

@lholmquist
Copy link
Member

👍 lets do it

@lholmquist
Copy link
Member

related to that error on the v8-profiler module:
node-inspector/v8-profiler#99
node-inspector/v8-profiler#98

@lance lance added this to the Milestone-03 milestone Nov 3, 2016
@helio-frota
Copy link
Member Author

From the doc:
"node_abi: The node C++ ABI number. This value is available in Javascript as process.versions.modules"
( https://www.npmjs.com/package/node-pre-gyp#versioning )

hf@archT440 ~/p/genet ±master⚡ » node
> console.log(process.versions.modules);
51
undefined
> console.log(process.versions);
{ http_parser: '2.7.0',
  node: '7.0.0',
  v8: '5.4.500.36',
  uv: '1.9.1',
  zlib: '1.2.8',
  ares: '1.10.1-DEV',
  icu: '57.1',
  modules: '51',
  openssl: '1.0.2j' }
undefined
> 

node-pre-gyp ERR! Tried to download(404):
node-inspector.s3.amazonaws.com/profiler/v5.6.5/node-v**51**-linux-x64.tar.gz

The latest is 48

<Contents>
<Key>profiler/v5.6.5/node-v48-linux-x64.tar.gz</Key>
<LastModified>2016-05-15T20:27:46.000Z</LastModified>
<ETag>"541c27744673866278a6eee2ec76d7ac"</ETag>
<Size>23321</Size>
<StorageClass>STANDARD</StorageClass>
</Contents>

( https://node-inspector.s3.amazonaws.com/ )

@lance lance modified the milestones: Milestone-04, Milestone-03 Nov 22, 2016
@helio-frota
Copy link
Member Author

helio-frota commented Dec 21, 2016

Listing only the tools / libraries

  • opossum
  • szero
  • huilu
  • genet
  • roi
  • lightbright
  • fidelity
  • litoria

@balunasj
Copy link

Hi Helio - I've moved this to Milestone 5, and Lance and I would like you to test these with the more recent updates with Node 7.

@helio-frota
Copy link
Member Author

@lance
Copy link
Member

lance commented Jan 23, 2017

@helio-frota that looks like a good solution to this issue. FWIW, Rising Stack is the company that hosts NodeConf Budapest - I think they are a good and responsible bunch who won't leave you in the lurch with an unmaintained dependency.

@helio-frota
Copy link
Member Author

Additional info:

We need at minimum ubuntu trusty tahr on travis:
https://github.com/bucharest-gold/genet/blob/master/.travis.yml#L2

@helio-frota
Copy link
Member Author

hey folks I'm going to close this issue because seems lightbright has some things with node 7x
bucharest-gold/lightbright#15

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

4 participants