kessler / node-regedit

Read, Write, List and do all sorts of funky stuff to the windows registry using node.js and windows script host
MIT License
279 stars 45 forks source link

Error in Node 5.12.0 that I must use it. #66

Closed deliverymanager closed 4 years ago

deliverymanager commented 5 years ago

When doing: var regedit = require('regedit');

I get: SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode

pieczorx commented 5 years ago

Search for "babel"

kessler commented 4 years ago

@deliverymanager can i close this issue?