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 2019/10/09 00:11:02 UTC

[GitHub] [couchdb-fauxton] wohali opened a new issue #1229: Error in build: can't resolve reference...

wohali opened a new issue #1229: Error in build: can't resolve reference...
URL: https://github.com/apache/couchdb-fauxton/issues/1229
 
 
   Trying to build Fauxton on `ppc64le` with node 10.16.3.
   
   Error follows:
   
   ```npm
   ...
   > uglifyjs-webpack-plugin@0.4.6 postinstall /home/jenkins/couchdb/src/fauxton/node_modules/uglifyjs-webpack-plugin
   > node lib/post_install.js
   
   npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
   npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"ppc64"})
   npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/babel-cli/node_modules/fsevents):
   npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"ppc64"})
   
   added 1938 packages from 946 contributors and audited 30565 packages in 376.836s
   found 1228 vulnerabilities (92 low, 65 moderate, 1068 high, 3 critical)
     run `npm audit fix` to fix them, or `npm audit` for details
   Running "clean:release" (clean) task
   >> 0 paths cleaned.
   
   Running "get_deps:default" (get_deps) task
   Fetching external dependencies
   0 local dependencies
   
   Running "gen_load_addons:default" (gen_load_addons) task
   
   Running "gen_initialize:release" (gen_initialize) task
   
   Running "copy:distDepsRequire" (copy) task
   Created 12 directories, copied 218 files
   
   Running "shell:webpackrelease" (shell) task
   
   > fauxton@1.1.20 webpack:release /home/jenkins/couchdb/src/fauxton
   > webpack --optimize-minimize --debug --progress --colors --config ./webpack.config.release.js
   
   
   /home/jenkins/couchdb/src/fauxton/node_modules/webpack/node_modules/ajv/lib/ajv.js:356
       throw e;
       ^
   Error: can't resolve reference #/definitions/nonNegativeInteger from id http://json-schema.org:5.104235503814077e+38/draft-07/schema#
   npm ERR! code ELIFECYCLE
   npm ERR! errno 1
   npm ERR! fauxton@1.1.20 webpack:release: `webpack --optimize-minimize --debug --progress --colors --config ./webpack.config.release.js`
   npm ERR! Exit status 1
   npm ERR!
   npm ERR! Failed at the fauxton@1.1.20 webpack:release script.
   npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
   
   npm ERR! A complete log of this run can be found in:
   npm ERR!     /home/jenkins/.npm/_logs/2019-10-09T00_00_58_353Z-debug.log
   
   Warning: Command failed: npm run webpack:release
   ```
   
   Full logfile attached.
   
   [2019-10-09T00_00_58_353Z-debug.log](https://github.com/apache/couchdb-fauxton/files/3704990/2019-10-09T00_00_58_353Z-debug.log)

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


With regards,
Apache Git Services