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 [email protected]: 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 [email protected]: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update! npm WARN deprecated [email protected]: This module is now under the @mapbox namespace: install @mapbox/react-range instead > @webcomponents/[email protected] prepack C:\Users\w010563\AppData\Roaming\npm-cache\_cacache\tmp\git-clone-882bcb4c > npm run build > @webcomponents/[email protected] 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/[email protected] build: `gulp` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the @webcomponents/[email protected] 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: [email protected] With regards, Apache Git Services
