gr2m opened a new issue #664: INSTALL.Unix.md: error when following 
instructions for Debian
URL: https://github.com/apache/couchdb/issues/664
 
 
   I followed the instructions for Debian, but when running `make release` I 
got an error. This is a fresh debian created on Digital Ocean.
   
   ## Expected Behavior
   
   Output
   
   ```
   ... done
   You can now copy the rel/couchdb directory anywhere on your system.
   Start CouchDB with ./bin/couchdb from within that directory.
   ```
   
   ## Current Behavior
   
   Output
   
   ```
   ==> rel (compile)
   ==> couchdb (compile)
   Building Fauxton
   /bin/sh: 1: npm: not found
   Makefile:368: recipe for target 'share/www' failed
   make: *** [share/www] Error 127
   ```
   
   ## Possible Solution
   
   `node` was not installed. I installed the current Node LTS version (v6) 
following the instructions at 
https://github.com/nodesource/distributions#debinstall
   
   ## Steps to Reproduce (for bugs)
   
   Follow debian install instructions at [INSTALL.LINUX.md (version from July 
12)](https://github.com/apache/couchdb/blob/348accf5e8c1e0cdcae4803efc3bad2c7149d362/INSTALL.Unix.md)
   
   ## Your Environment
   
   ```
     Operating System: Ubuntu 16.04.2 LTS
               Kernel: Linux 4.4.0-81-generic
         Architecture: x86-64
   ```
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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