-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot resolve module 'qs' and 'deep-equal' in react-router #439
Comments
@octref These are dependencies of |
Yeah the problem is remix-run/react-router#2195. They are saying |
@octref that would be great, thanks! |
@octref: rc3 is released now. Want to send the PR for the fix? |
@kassens |
Fresh clone. For the todo example, run
npm i
andnpm start
. Here is the error message:Manually installing
qs
anddeep-equal
solve the problem. But I guess that's not the way the problem should be resolved.I'm using Node v4.1.2 and npm 2.14.4 if that matters.
The text was updated successfully, but these errors were encountered: