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

Module not found after last release #55

Closed
alex-ju opened this issue Aug 17, 2017 · 3 comments
Closed

Module not found after last release #55

alex-ju opened this issue Aug 17, 2017 · 3 comments

Comments

@alex-ju
Copy link

alex-ju commented Aug 17, 2017

Running

npm install -g create-react-app

create-react-app my-app --scripts-version=backpack-react-scripts
cd my-app
npm start

returns the following error

Failed to compile.

./~/bpk-react-utils/src/withDefaultProps.js
Module not found: Can't resolve 'recompose/wrapDisplayName' in '~/my-app/node_modules/bpk-react-utils/src'

This is happening after today's new release, previous release worked just fine.

@k0nserv
Copy link
Contributor

k0nserv commented Aug 17, 2017

Hey @alex-ju,

Yeah this was an error introduced with the release I did earlier today. Fix is merged in #54 and should be released shortly

@k0nserv
Copy link
Contributor

k0nserv commented Aug 17, 2017

That's it released with 1b02e67. Please give us a shout if that doesn't fix the problem

@k0nserv k0nserv closed this as completed Aug 17, 2017
@alex-ju
Copy link
Author

alex-ju commented Aug 17, 2017

Trying to come up with a PR, but #54 fixed it.
Keep up the good work!

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