postcard-sender
postcard-sender copied to clipboard
Error: Cannot find module 'react-router/lib/Location'
I just cloned, ran npm install, and am now running npm start. I get the following error:
module.js:340
throw err;
^
Error: Cannot find module 'react-router/lib/Location'
at Function.Module._resolveFilename (module.js:338:15)
Just a follow up. It looks like https://github.com/rackt/react-router/blob/v1.0.0-beta3/modules/Location.js was removed in 1.0.0-beta4. And package.json wants ^1.0.0-beta3, which obviously includes beta4.
Just opened https://github.com/rackt/react-router/issues/1789