We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running npm test gives an error:
npm test
ERROR [karma]: Error: Cannot find module 'envify' from '/Users/dsiwiec/workspace/private/js/react/react-modal'
Tests should run and succeed.
npm -v 3.8.9
node -v v6.2.0
The text was updated successfully, but these errors were encountered:
[fixed] Add missing envify npm dependency. Closes reactjs#193
8e984fb
[fixed] Add missing envify npm dependency. Closes #193 (#194)
70d91eb
No branches or pull requests
Summary:
Running
npm test
gives an error:Steps to reproduce:
Expected behavior:
Tests should run and succeed.
Additional notes:
The text was updated successfully, but these errors were encountered: