Benjamin

Results 6 comments of Benjamin

To be clear we are talking about AWS Lambda?

@rannn505 Do you have thoughts on this subject?

A few people have shown interest in my node-powershell fork recently I think there is a real appetite for PowerShell Core compatibility

Run your node.js command prompt or powershell window or electron app as Administrator.

Update your version of node and/or use CJS friendly require() example: ```javascript // Require Dependencies const $ = require('jquery'); const powershell = require('node-powershell'); const dt = require('datatables.net')(); const dtbs =...

The problem you are describing is one with Javascript. There is no real way to do modules in Javascript, only popular ideas. CJS and ES6 Modules are 2 popular incompatible...