You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* RAD-2356 Upgrade Mocha karma-webpack karma
* RAD-2356 update readme to support node v6 or more
* Remove webpack output logs while testing
* move from gulp-webserver to gulp-connect
* remove karma-require and redundant watch task
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Working examples can be found in [the developer docs](http://prebid.org/dev-docs
29
29
$ cd Prebid.js
30
30
$ npm install
31
31
32
-
*Note:* You need to have `NodeJS`4.x or greater installed.
32
+
*Note:* You need to have `NodeJS`6.x or greater installed.
33
33
34
34
*Note:* In the 1.24.0 release of Prebid.js we have transitioned to using gulp 4.0 from using gulp 3.9.1. To compily with gulp's recommended setup for 4.0, you'll need to have `gulp-cli` installed globally prior to running the general `npm install`. This shouldn't impact any other projects you may work on that use an earlier version of gulp in it's setup.
0 commit comments