Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention NodeJS 4.0 dependency in the README #1386

Merged
merged 3 commits into from Jul 18, 2017
Merged

Conversation

BartVB
Copy link
Contributor

@BartVB BartVB commented Jul 18, 2017

This caused me some trouble on a Debian Jessie machine (which ships with NodeJS 0.10).

This caused me some trouble on a Debian Jessie machine (which ships with NodeJS 0.10).
@dbemiller
Copy link
Contributor

Thanks for the PR. This probably happened during #1355, where I definitely overlooked node compatibility.

Could you also add an engines property for it? It'll make a better error message if people miss the note in the README. https://docs.npmjs.com/files/package.json#engines

@dbemiller dbemiller self-assigned this Jul 18, 2017
@BartVB
Copy link
Contributor Author

BartVB commented Jul 18, 2017

Of course! Didn't know that option existed, thanks!

dbemiller
dbemiller previously approved these changes Jul 18, 2017
Copy link
Contributor

@dbemiller dbemiller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just found out about it myself a few weeks ago. Very helpful, though.

Thanks a bunch!

@mkendall07
Copy link
Member

There is actually a mention of node 4.0 here already at the bottom of this portion: https://github.com/prebid/Prebid.js/blob/master/README.md#Build
The engines is a nice addition though.

@BartVB
Copy link
Contributor Author

BartVB commented Jul 18, 2017

Ah, missed that one.

I moved and changed the note. 'npm install' aborts with a lot of errors on NodeJS < 4.0, it's not just needed for 'gulp'

@mkendall07 mkendall07 merged commit 58a8c35 into prebid:master Jul 18, 2017
@mkendall07
Copy link
Member

thanks!

outoftime pushed a commit to Genius/Prebid.js that referenced this pull request Jul 28, 2017
…built

* 'master' of https://github.com/prebid/Prebid.js: (95 commits)
  Specify --browsers when using gulp test --watch (prebid#1420)
  Added aliases for aol adapter. (prebid#1371)
  Added MobFox Adapter (prebid#1312)
  Fixed style error. (prebid#1419)
  Add native support for Criteo adapter (prebid#999)
  Update admediaBidAdapter.js (prebid#1395)
  Increment pre version (prebid#1413)
  Prebid 0.26.1 Release (prebid#1412)
  fix prebid#1410 - issue with ie and xhr.timeout (prebid#1411)
  Lint modules directory (prebid#1404)
  Set outstream mediaType based on renderer in response (prebid#1391)
  Fixing the BidAdjustmentEvent fire time (prebid#1399)
  Fix banner showing up in prebid-core.js (prebid#1388)
  Mention NodeJS 4.0 dependency in the README (prebid#1386)
  Increment pre version (prebid#1385)
  Prebid 0.26.0 Release (prebid#1384)
  PulsePoint Lite adapter - adding createNew method for aliasing. (prebid#1383)
  Modernizing build dependencies (prebid#1355)
  StickyAdsTV bidder adapter update (prebid#1311)
  Added CPM value as parameter for Vertoz Adapter (prebid#1306)
  ...
jbAdyoulike pushed a commit to jbAdyoulike/Prebid.js that referenced this pull request Sep 21, 2017
* Mention NodeJS 4.0 dependency in the README

This caused me some trouble on a Debian Jessie machine (which ships with NodeJS 0.10).

* Require NodeJS => 4.0

* (re)move note about NodeJS
dluxemburg pushed a commit to Genius/Prebid.js that referenced this pull request Jul 17, 2018
* Mention NodeJS 4.0 dependency in the README

This caused me some trouble on a Debian Jessie machine (which ships with NodeJS 0.10).

* Require NodeJS => 4.0

* (re)move note about NodeJS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants