ekosz / postcard-sender

It sends postcards!!
37 stars 1 forks source link

Error: Cannot find module 'react-router/lib/Location' #1

Open fingermark opened 8 years ago

fingermark commented 8 years ago

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)
fingermark commented 8 years ago

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