wohali commented on issue #2680: CouchDB 3.0 Windows 10 crashing as soon as it 
starts
URL: https://github.com/apache/couchdb/issues/2680#issuecomment-602779765
 
 
   If you need a quick fix for this, in your `couchdb.cmd` file, change this 
line:
   
   ```
   set PATH=%PATH%;%COUCHDB_BIN_DIR%
   ```
   
   to this:
   
   ```
   set 
PATH=%COUCHDB_BIN_DIR%;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\
   ```
   
   We'll have this patched in CouchDB 3.0.1+.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to