keystone: Cloudinary field doesn't work on Node 13.3.2
Bug report
Not sure if this is upstream or not…
Trying to use the cloudinary field on Node 13.3.2. It gives the error (node:50514) [DEP0135] DeprecationWarning: ReadStream.prototype.open() is deprecated
in the console and a ‘nested error’ in the Admin UI.
Reverting back to node 12.13 fixes it for now
System information
- OS: Mac OS Catalina
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 2
- Comments: 16 (16 by maintainers)
Fixed in
@keystonejs/keystone@18.0.0
.Fixed it! I was using npm, not yarn, which doesn’t have resolutions.
So the fix is to use the above resolution with your package.json, but add this script:
"preinstall": "npx npm-force-resolutions"
Can confirm this is still an issue:
Node:
package.json
Still an issue on node v13.9.0 with these deps: