react-paypal-button-v2: [BUG] ssr rendering on netlify (rimraf issue)
the version 2.4 didn’t build on Netlify because your module tries to use rimraf without linking it as a dependency.
npm install rimraf -s
fixed it.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 17 (4 by maintainers)
Hi,
Install latest to solve that platform error. Thanks.
🔷 Install
or
@Luehang can you add rimraf as a dependency? thanks!