Seven Chan
Seven Chan
```javascript var ky = new Key(windef.HKEY.HKEY_CURRENT_USER, 'Software\\Microsoft\\Windows\\CurrentVersion\\Internet Settings', windef.KEY_ACCESS.KEY_WRITE); ky.setValue('ProxyEnable',windef.REG_VALUE_TYPE.REG_DWORD,1 ); ky.close(); ``` And I got a TypeError: ```bash TypeError: Cannot read property 'deref' of undefined at Object.setValueForKeyObject (C:\Users\askda\git\proxy_mgr\node_modules\windows-registry\lib\registry.js:113:100) at...
##### Problem  ##### Steps to reproduce 1. publish a version A to store 2. download and install A 3. publish a new version B to store 4. download and...
When I `bower install angular-material-sidenav --save` got ``` "id": "ECONFLICT", "level": "error", "data": {}, "message": "Unable to find suitable version for angular-ui-router", "stacktrace": "angular-ui-router: Unable to find suitable version for...