Node 6.x - please update formidable to v1.1.1
I got this error
Error: Buffer.write(string, encoding, offset[, length]) is no longer supported
which has been solved for [email protected] lately. See https://github.com/felixge/node-formidable/issues/364
Gridform is still using [email protected] please update to v1.1.1 - otherwise it does not work on Node 6+
Thank you
Please ... I need to update the version manually in every installation where I use gridform ...
Please ... I have forgotten it ... and boom it crashed my production server ...
If somebody else has this problem ... go into node_modules/gridform/package.json and change dependencies/formidable to [email protected]
and run npm install in the gridform directory.
yap, I am still having this issue. Also, the assertion in the example does not pass, maybe it is related to this.