You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/07/18 18:47:34 UTC

[GitHub] wohali opened a new issue #1105: Fauxton build broken on Windows

wohali opened a new issue #1105: Fauxton build broken on Windows
URL: https://github.com/apache/couchdb-fauxton/issues/1105
 
 
   HI there,
   
   Attempting to build the current `master` version of Fauxton on Windows is failing:
   
   ```
   "Building Fauxton"
   npm WARN The package less is included as both a dev and production dependency.
   npm WARN The package less-loader is included as both a dev and production dependency.
   
   npm ERR! Cannot read property '0' of undefined
   
   npm ERR! A complete log of this run can be found in:
   npm ERR!     C:\Users\wohali\AppData\Roaming\npm-cache\_logs\2018-07-18T18_45_34_805Z-debug.log
   make: *** [share\www] Error 1
   
   C:\relax\couchdb>node --version
   v10.6.0
   
   C:\relax\couchdb>npm --version
   6.1.0
   ```
   
   The relevant excerpt from `debug.log` follows:
   
   ```
   1255 warn The package less is included as both a dev and production dependency.
   1256 warn The package less-loader is included as both a dev and production dependency.
   1257 verbose stack TypeError: Cannot read property '0' of undefined
   1257 verbose stack     at rmStuff (C:\Program Files\nodejs\node_modules\npm\lib\unbuild.js:61:24)
   1257 verbose stack     at tryCatcher (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\util.js:16:23)
   1257 verbose stack     at ret (eval at makeNodePromisifiedEval (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\promisify.js:184:12), <anonymous>:13:39)
   1257 verbose stack     at lifecycle.then.then (C:\Program Files\nodejs\node_modules\npm\lib\install\action\unbuild.js:12:12)
   1257 verbose stack     at tryCatcher (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\util.js:16:23)
   1257 verbose stack     at Promise._settlePromiseFromHandler (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\promise.js:512:31)
   1257 verbose stack     at Promise._settlePromise (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\promise.js:569:18)
   1257 verbose stack     at Promise._settlePromise0 (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\promise.js:614:10)
   1257 verbose stack     at Promise._settlePromises (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\promise.js:693:18)
   1257 verbose stack     at Promise._fulfill (C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\promise.js:638:18)
   1257 verbose stack     at C:\Program Files\nodejs\node_modules\npm\node_modules\bluebird\js\release\nodeback.js:42:21
   1258 verbose cwd C:\relax\couchdb\src\fauxton
   1259 verbose Windows_NT 10.0.15063
   1260 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "--production"
   1261 verbose node v10.6.0
   1262 verbose npm  v6.1.0
   1263 error Cannot read property '0' of undefined
   1264 verbose exit [ 1, true ]
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services