react-es6-isomorphic icon indicating copy to clipboard operation
react-es6-isomorphic copied to clipboard

Cannot start on node 7.0.0

Open boris-lapouga opened this issue 8 years ago • 0 comments

Hi,

Might be a node 7 issue or globally somewhere in the project. Reporting it here, maybe you can assist.

OSX, node 7.0.0, npm 3.10.8, all packages updated with NCU to have lateset versions of dependencies

webpack-mock start issue: `ERROR in ./src/bootstrap.jsx Module build failed: SyntaxError: Unexpected token (15:16)

13 | 14 | const history = createBrowserHistory();

15 | ReactDOM.render(<Router history={history}>{routes}</Router>, document.getElementById('app-container'))`

server-mock start issue:

[nodemon] starting node ./server/bin/www` module.js:474 throw err; ^

Error: Cannot find module 'babel/register'`

Even though I did npm install babel-register to try and resolve it.

boris-lapouga avatar Nov 01 '16 14:11 boris-lapouga