Zevero
Zevero
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.
well its sad ... I get the same error ...
I hope this will can be fixed. For the meantime we can apply the hotfix given in the reference above: ``` var MongoDB = require('mongodb'); MongoDB.BSONPure = require('bson').BSONPure; //hotfix for...
Today I updated my project and I got the same issue! Bson is now at Version 1.0.4 an there seems to be no BSONPure anymore ... My working new hotfix...
Still not removing chunks... workaround works, but this is not pretty!
I have implemented it in my fork (which is forked from https://github.com/jczaplew/csv-express to include headers) https://github.com/zevero/csv-express
I would be happy to pull if you get it to compile for SAMD21 :)
Thank you for your efforts! - definitions are quite a mess in stk500. Maybe you can use the code for Debug_uart. Using just the divider - instead of messing around...