yuanyan / react-native-web-example

React Native Web Example
40 stars 25 forks source link

SyntaxError: Unexpected strict mode reserved word #6

Closed SidFeng closed 8 years ago

SidFeng commented 8 years ago

react-web start

let isProd = NODE_ENV === 'production'; ^^^ SyntaxError: Unexpected strict mode reserved word at exports.runInThisContext (vm.js:73:16) at Module._compile (module.js:443:25) at Module._extensions..js (module.js:478:10) at Object.require.extensions.(anonymous function) as .js at Module.load (module.js:355:32) at Function.Module._load (module.js:310:12) at Module.require (module.js:365:17) at require (module.js:384:17) at _server (/Users/sid/Documents/react/react-native-web-example/node_modules/react-web/local-cli/server.js:27:23) at /Users/sid/Documents/react/react-native-web-example/node_modules/react-web/local-cli/server.js:22:5

I do not know what I have done something wrong

SidFeng commented 8 years ago

brew upgrade node

It is working now