Sebastian Müller

Results 43 comments of Sebastian Müller

I just had the same error in some other project. Seems to happen when using [express](http://expressjs.com) version 3.0.0 beta (latest pointer in npm is on beta). I'll update the package.json...

which node version do you use?

Try downgrading to a lower version of `uglify-js` or `active-x-obfuscator`, see `npm info uglify-js` for a version history…

I'm sorry, but Noduino has never been tested on Windows. You could try running linux in a virtual machine or try updating (node-)serialport to a recent version ( `npm install...

``` js var MySERIAL= new MySERIAL('COM666 or some other port FALSE', {baudrate:57600}).on('error', function(err){ // This function is called on error, so do your stuff here // Maybe this function is...

I think this error is somewhere in the Serverless framework or how the CloudFormation resources are handled. Basically the plugin extends the CloudFormation resources created by Serverless by a few...

Good point, sounds useful 👍

This only works if you update/create the role to have permission for every table. I try to have the role permissions as restricted as possible and to avoid `resources: *`...