admin管理员组文章数量:1327849
I just moved my project from one machine to another, and when I run webpack --watch
I get the following error:
C:\Users\joe_coolish\AppData\Roaming\npm\node_modules\webpack\bin\webpack.js:186
outputOptions.children = options.map(o => o.stats);
^^
SyntaxError: Unexpected token =>
at exports.runInThisContext (vm.js:73:16)
at Module._pile (module.js:443:25)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:501:10)
at startup (node.js:129:16)
at node.js:814:3
The exact same setup on my other puter transpiles without any issue. What could cause this?
My Webpack version is [email protected]
I've run npm install
in my app directory. My packages.json is:
{
"version": "1.0.0",
"name": "unlimitlists",
"private": true,
"devDependencies": {
"@types/node": "^7.0.5",
"bower": "^1.7.9",
"grunt": "^0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-less": "~1.2.0",
"grunt-typescript": "^0.8.0",
"promise": "~7.1.1",
"rimraf": "^2.5.2"
},
"dependencies": {
"angular-hotkeys": "^1.7.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"es6-promise": "^4.0.5",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.1.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"react-router-redux": "^4.0.6",
"redux": "^3.6.0",
"redux-actions": "^0.12.0",
"redux-thunk": "^2.1.0",
"skrollr-menu-typed": "^1.0.4",
"skrollr-typed": "^0.6.31"
}
}
I just moved my project from one machine to another, and when I run webpack --watch
I get the following error:
C:\Users\joe_coolish\AppData\Roaming\npm\node_modules\webpack\bin\webpack.js:186
outputOptions.children = options.map(o => o.stats);
^^
SyntaxError: Unexpected token =>
at exports.runInThisContext (vm.js:73:16)
at Module._pile (module.js:443:25)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Function.Module.runMain (module.js:501:10)
at startup (node.js:129:16)
at node.js:814:3
The exact same setup on my other puter transpiles without any issue. What could cause this?
My Webpack version is [email protected]
I've run npm install
in my app directory. My packages.json is:
{
"version": "1.0.0",
"name": "unlimitlists",
"private": true,
"devDependencies": {
"@types/node": "^7.0.5",
"bower": "^1.7.9",
"grunt": "^0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-less": "~1.2.0",
"grunt-typescript": "^0.8.0",
"promise": "~7.1.1",
"rimraf": "^2.5.2"
},
"dependencies": {
"angular-hotkeys": "^1.7.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"es6-promise": "^4.0.5",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.1.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router": "^2.8.1",
"react-router-redux": "^4.0.6",
"redux": "^3.6.0",
"redux-actions": "^0.12.0",
"redux-thunk": "^2.1.0",
"skrollr-menu-typed": "^1.0.4",
"skrollr-typed": "^0.6.31"
}
}
Share
Improve this question
asked Feb 17, 2017 at 3:20
joe_coolishjoe_coolish
7,25913 gold badges67 silver badges112 bronze badges
1 Answer
Reset to default 9Well, I feel dumb...
I just did a node --version
and it came out with the value v0.12.2
Just installed v7.5.0 and everything works just fine now.
本文标签: javascriptWebpack SyntaxError Unexpected token gtStack Overflow
版权声明:本文标题:javascript - Webpack SyntaxError: Unexpected token => - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742219248a2435140.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论