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

tds points to react-bootstrap/src instead of react-bootstrap/lib #10

Open
diegolaciar opened this issue Dec 28, 2016 · 3 comments
Open

Comments

@diegolaciar
Copy link

I get this err:

Module not found: Error: Cannot resolve module 'react-bootstrap/src/Button'

The path of the lib is node_modules/react-bootstrap/lib/Button

I'm doing something wrong or TSD need to be updated ?

Regards,

@christhomas
Copy link
Contributor

Hi, sorry I was on a little vacation from my github, I don't know why you are getting this error, perhaps you can tell me a bit about your setup, how you installed react-bootstrap and react-bootstrap-typescript.

as much info as possible would be useful, thanks!

@iamsaksham
Copy link
Contributor

@christhomas To reduce size of app, instead of doing import Button from 'react-bootstrap' we can do import Button from 'react-bootstrap/lib/Button'. But the TSD are made using react-bootstrap/src/Button so error pops out Module not found: Error: Cannot resolve module 'react-bootstrap/src/Button'.

Now on installing 'react-bootstrap' there is no src folder in node_modules/react-bootstrap so it says Module not found. So changing react-bootstrap/src to react-bootstrap/lib does the job. Do you want me to make a pull request for this?

@christhomas
Copy link
Contributor

yes, please make a pull request, 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

3 participants