Extension with nodejs, copyFileSync is not a function
I can’t get Node.js to work – but I need filesystem access. I double and triple checked the manifest, documentations and existing threads...
I included enable-nodejs to the manifest and iFrame
Then I do
var fs = require(‘fs’)
but I get ‘copyFileSync is not a function’ when I try to use fs.
Any help is highly appreciated!
