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
I am getting this error message when trying to run gulp-foreman:
/node_modules/gulp-jasmine-browser/node_modules/multipipe/index.js:6
const { PassThrough, Readable } = require('stream')
^
SyntaxError: Unexpected token {
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:387:25)
at Module._extensions..js (module.js:422:10)
at Object.require.extensions.(anonymous function) [as .js] (/Users/dalexander1/Loglio/loglio/node_modules/babel-register/lib/node.js:152:7)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Module.require (module.js:367:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/Users/dalexander1/Loglio/loglio/node_modules/gulp-jasmine-browser/lib/headless.js:76:18)
at Module._compile (module.js:413:34)
at Module._extensions..js (module.js:422:10)
at Object.require.extensions.(anonymous function) [as .js] (/Users/dalexander1/Loglio/loglio/node_modules/babel-register/lib/node.js:152:7)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
at Module.require (module.js:367:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/Users/dalexander1/Loglio/loglio/node_modules/gulp-jasmine-browser/index.js:8:17)
at Module._compile (module.js:413:34)
at Module._extensions..js (module.js:422:10)
at Object.require.extensions.(anonymous function) [as .js] (/Users/dalexander1/Loglio/loglio/node_modules/babel-register/lib/node.js:152:7)
at Module.load (module.js:357:32)
at Function.Module._load (module.js:314:12)
This is for gulp-jasmine-browser 2.0.4, which is installed by pui-react-tools 3.2.2.
I am getting this error message when trying to run gulp-foreman:
This is for gulp-jasmine-browser 2.0.4, which is installed by pui-react-tools 3.2.2.
My react tools file is basic:
Using React v16.2.
Is this some known issue I am missing?
The text was updated successfully, but these errors were encountered: