Open darrenli2 opened 7 years ago
Are you working with a fresh clone of this repository or is this after a git pull? Perhaps your node_modules is borked.
cd /Users/username/tmp/react-redux-starter-kit rm -r node_modules npm install
I just did a fresh clone and it worked for me (macOS 10.12.5, node 7.6.0, npm 4.2.0)
git clone https://github.com/davezuko/react-redux-starter-kit.git cd react-redux-starter-kit npm install npm run start
I tried to build the project (npm start)and got this error
Could anyone please help?