-
Notifications
You must be signed in to change notification settings - Fork 679
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 install third-party deps on 1.1.3 version #417
Comments
@ayxos precss and postcss are dev dependencies and they shouldn't be installed when installing the package from npm. |
On my terminal when I run my project with the latest react-date-range version. The program was not able to compile |
I have the same issue in v1.0.3 and v1.1.3 using node v12 |
|
Why v1.1.3 package includes postcss.config.js? |
any news? it's happening with me too |
Same here... Any updates? |
I submitted #472 which should solve this. We are using the following workaround at the moment, by specifying the path to your postcss config file instead of relying on postcss config detection (like described here):
|
This has been release as 1.1.4 |
Subject of the issue
'Cannot find module precss'
'Cannot find module postcss-import'
[BUG] Bug Reproduce Steps
update react-date-range to latest version (1.1.3)
[BUG] Expected behaviour
Why are them not automatically installed as a third party dep from the package itself?
Environment
Package Version: ^1.1.3
Node version: 14.5.0
The text was updated successfully, but these errors were encountered: