postcard-sender icon indicating copy to clipboard operation
postcard-sender copied to clipboard

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

Open fingermark opened this issue 9 years ago • 1 comments

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 avatar Aug 31 '15 15:08 fingermark

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

fingermark avatar Aug 31 '15 16:08 fingermark