-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
Hi there,
Tried to bump one of the projects to 5.4 and use the new Laravel recommended way of assets management (Laravel Mix, purely based on Webpack, with no Gulp at all).
Seems like that requires newer versions of node/npm than currently available here.
> @ dev /opt/atlassian/pipelines/agent/build
> node node_modules/cross-env/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js
/opt/atlassian/pipelines/agent/build/node_modules/laravel-mix/setup/webpack.config.js:120
let extractPlugin = new plugins.ExtractTextPlugin(
^^^
SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:387:25)
at Object.Module._extensions..js (module.js:422:10)
at Module.load (module.js:357:32)
That's what I can currently see:
node v5.12.0
npm v3.8.6
So assume it needs at least 6 and above...
Metadata
Metadata
Assignees
Labels
No labels