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/10/29 08:27:37 UTC

[GitHub] Wildfirefox opened a new issue #1149: npm install fauxton fails directly

Wildfirefox opened a new issue #1149: npm install fauxton fails directly
URL: https://github.com/apache/couchdb-fauxton/issues/1149
 
 
   Hello everybody,
   
   Expected Behavior:
   The command npm install fauxton --save installs the fauxton package into a project.
   
   Current behavior:
   The command npm install fauxton --save does not install the package because of a failing install of the dev dependency @webcomponents/url 
   
   Steps to reproduce:
   git init a empty project then run the command: npm install --save fauxton
   
   This is the output of the command line:
   
   `
   C:\Users\w010563\Desktop\test>npm install --save fauxton
   npm WARN deprecated babel@6.23.0: In 6.x, the babel package has been deprecated in favor of babel-cli. Check https://opencollective.com/babel to support the Babel maintainers
   npm WARN deprecated babel-preset-es2015@6.24.1: 🙌  Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
   npm WARN deprecated react-range@0.0.7: This module is now under the @mapbox namespace: install @mapbox/react-range instead
   
   > @webcomponents/url@0.7.1 prepack C:\Users\w010563\AppData\Roaming\npm-cache\_cacache\tmp\git-clone-882bcb4c
   > npm run build
   
   
   > @webcomponents/url@0.7.1 build C:\Users\w010563\AppData\Roaming\npm-cache\_cacache\tmp\git-clone-882bcb4c
   > gulp
   
   Der Befehl "gulp" ist entweder falsch geschrieben oder
   konnte nicht gefunden werden.
   npm ERR! code ELIFECYCLE
   npm ERR! errno 1
   npm ERR! @webcomponents/url@0.7.1 build: `gulp`
   npm ERR! Exit status 1
   npm ERR!
   npm ERR! Failed at the @webcomponents/url@0.7.1 build script.
   npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
   npm WARN Local package.json exists, but node_modules missing, did you mean to install?
   
   npm ERR! A complete log of this run can be found in:
   npm ERR!     C:\Users\w010563\AppData\Roaming\npm-cache\_logs\2018-10-29T08_22_31_084Z-debug.log
   npm WARN Local package.json exists, but node_modules missing, did you mean to install?
   npm ERR! code ENOPACKAGEJSON
   npm ERR! package.json Non-registry package missing package.json: @webcomponents/url@git+https://github.com/webcomponents/URL.git.
   npm ERR! package.json npm can't find a package.json file in your current directory.
   
   npm ERR! A complete log of this run can be found in:
   npm ERR!     C:\Users\w010563\AppData\Roaming\npm-cache\_logs\2018-10-29T08_22_31_178Z-debug.log
   `
   

----------------------------------------------------------------
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