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
The error below shows up on fresh clone, and fresh npm install trying to build prebid, i was able to build removing ES6 syntax on adapterLoader file
happens on OSX
gulp build
[23:05:48] Using gulpfile ~/Projects/PrebidGithub/gulpfile.js
[23:05:48] Starting 'clean'...
[23:05:48] Starting 'hint'...
[23:05:48] Starting 'jscs'...
[23:05:52] Starting 'webpack'...
[23:05:57] Starting 'devpack'...
[23:05:57] Finished 'clean' after 8.53 s
{ [Error: /Users/alex/Projects/PrebidGithub/loaders/adapterLoader.js:3
const fs = require('fs');
^^^^^
Use of const in strict mode.
@ multi main]
message: '/Users/alex/Projects/PrebidGithub/loaders/adapterLoader.js:3\nconst fs = require('fs');\n^^^^^\nUse of const in strict mode.\n @ multi main',
showStack: false,
showProperties: true,
plugin: 'webpack-stream',
__safety: { toString: [Function] } }
{ [Error: /Users/alex/Projects/PrebidGithub/loaders/adapterLoader.js:3
const fs = require('fs');
^^^^^
Use of const in strict mode.
@ multi main]
message: '/Users/alex/Projects/PrebidGithub/loaders/adapterLoader.js:3\nconst fs = require('fs');\n^^^^^\nUse of const in strict mode.\n @ multi main',
showStack: false,
showProperties: true,
plugin: 'webpack-stream',
__safety: { toString: [Function] } }
src/adapters/triplelift.js: line 1, col 5, 'CONSTANTS' is defined but never used.
1 error
[23:07:07] Finished 'jscs' after 1.3 min
[23:07:07] Finished 'hint' after 1.3 min
[23:07:07] Starting 'quality'...
[23:07:07] Finished 'quality' after 72 μs
The text was updated successfully, but these errors were encountered:
What version of Node are you running? With the ES2015 syntax support we added a dependency of Node 4.x or greater, though this hasn't been well documented. An upgrade to Node should resolve this issue. More info is here.
The error below shows up on fresh clone, and fresh npm install trying to build prebid, i was able to build removing ES6 syntax on adapterLoader file
happens on OSX
gulp build
[23:05:48] Using gulpfile ~/Projects/PrebidGithub/gulpfile.js
[23:05:48] Starting 'clean'...
[23:05:48] Starting 'hint'...
[23:05:48] Starting 'jscs'...
[23:05:52] Starting 'webpack'...
[23:05:57] Starting 'devpack'...
[23:05:57] Finished 'clean' after 8.53 s
{ [Error: /Users/alex/Projects/PrebidGithub/loaders/adapterLoader.js:3
const fs = require('fs');
^^^^^
Use of const in strict mode.
@ multi main]
message: '/Users/alex/Projects/PrebidGithub/loaders/adapterLoader.js:3\nconst fs = require('fs');\n^^^^^\nUse of const in strict mode.\n @ multi main',
showStack: false,
showProperties: true,
plugin: 'webpack-stream',
__safety: { toString: [Function] } }
{ [Error: /Users/alex/Projects/PrebidGithub/loaders/adapterLoader.js:3
const fs = require('fs');
^^^^^
Use of const in strict mode.
@ multi main]
message: '/Users/alex/Projects/PrebidGithub/loaders/adapterLoader.js:3\nconst fs = require('fs');\n^^^^^\nUse of const in strict mode.\n @ multi main',
showStack: false,
showProperties: true,
plugin: 'webpack-stream',
__safety: { toString: [Function] } }
src/adapters/triplelift.js: line 1, col 5, 'CONSTANTS' is defined but never used.
1 error
[23:07:07] Finished 'jscs' after 1.3 min
[23:07:07] Finished 'hint' after 1.3 min
[23:07:07] Starting 'quality'...
[23:07:07] Finished 'quality' after 72 μs
The text was updated successfully, but these errors were encountered: