Skip to content
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 'file' or 'directory' ./Resolver #28

Closed
srph opened this issue Apr 15, 2015 · 5 comments
Closed

Cannot resolve 'file' or 'directory' ./Resolver #28

srph opened this issue Apr 15, 2015 · 5 comments
Assignees

Comments

@srph
Copy link
Contributor

srph commented Apr 15, 2015

Module not found: Cannot resolve 'file' or 'directory' ./Resolver in <path/to/dist>

I just switched to Ubuntu Server 14.04. I just checked /dist/, and it doesn't seem to have the Resolver.js file, but only resolver.js

@ericclemmons
Copy link
Owner

WTF! Stupid case sensitivity!

tree node_modules/react-resolver/
node_modules/react-resolver/
├── CHANGELOG.md
├── LICENSE
├── README.md
├── dist
│   ├── Container.js
│   ├── Context.js
│   ├── ResolverError.js
│   ├── index.js
│   ├── mixin.js
│   ├── resolver.js
│   └── utils.js
└── package.json

Fixing...

@ericclemmons ericclemmons self-assigned this Apr 15, 2015
@srph
Copy link
Contributor Author

srph commented Apr 15, 2015

Yay, thanks 👍. If you're busy, I can send a PR though 😄

@ericclemmons
Copy link
Owner

Just connected to internet & saw your offer. I should've taken you up on it!

@ericclemmons
Copy link
Owner

Fixed with v1.1.3!

Thanks for letting me know :)

  tree node_modules/react-resolver/
node_modules/react-resolver/
├── CHANGELOG.md
├── LICENSE
├── README.md
├── dist
│   ├── Container.js
│   ├── Context.js
│   ├── Resolver.js
│   ├── ResolverError.js
│   ├── index.js
│   ├── mixin.js
│   └── utils.js
└── package.json

@srph
Copy link
Contributor Author

srph commented Apr 15, 2015

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants