This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
understrap/npm-debug.log

127 lines
15 KiB
Plaintext
Raw Normal View History

2017-02-10 07:35:25 +00:00
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm', 'publish' ]
2 info using npm@4.0.5
3 info using node@v4.2.3
4 verbose publish [ '.' ]
5 silly cache add args [ '.', null ]
6 verbose cache add spec .
7 silly cache add parsed spec Result {
7 silly cache add raw: '.',
7 silly cache add scope: null,
7 silly cache add escapedName: null,
7 silly cache add name: null,
7 silly cache add rawSpec: '.',
7 silly cache add spec: '/Users/koenemann/Documents/git/understrap',
7 silly cache add type: 'directory' }
8 verbose addLocalDirectory /Users/koenemann/.npm/understrap/0.5.6/package.tgz not in flight; packing
9 verbose correctMkdir /Users/koenemann/.npm correctMkdir not in flight; initializing
10 info lifecycle understrap@0.5.6~prepublish: understrap@0.5.6
11 silly lifecycle understrap@0.5.6~prepublish: no script for prepublish, continuing
12 info lifecycle understrap@0.5.6~prepare: understrap@0.5.6
13 silly lifecycle understrap@0.5.6~prepare: no script for prepare, continuing
14 verbose tar pack [ '/Users/koenemann/.npm/understrap/0.5.6/package.tgz',
14 verbose tar pack '/Users/koenemann/Documents/git/understrap' ]
15 verbose tarball /Users/koenemann/.npm/understrap/0.5.6/package.tgz
16 verbose folder /Users/koenemann/Documents/git/understrap
17 verbose addLocalTarball adding from inside cache /Users/koenemann/.npm/understrap/0.5.6/package.tgz
18 verbose correctMkdir /Users/koenemann/.npm correctMkdir not in flight; initializing
19 silly cache afterAdd understrap@0.5.6
20 verbose afterAdd /Users/koenemann/.npm/understrap/0.5.6/package/package.json not in flight; writing
21 verbose correctMkdir /Users/koenemann/.npm correctMkdir not in flight; initializing
22 verbose afterAdd /Users/koenemann/.npm/understrap/0.5.6/package/package.json written
23 silly publish { name: 'understrap',
23 silly publish version: '0.5.6',
23 silly publish description: 'Wordpress Theme framework',
23 silly publish main: 'index.js',
23 silly publish scripts: { postinstall: 'gulp copy-assets' },
23 silly publish engines: { npm: '>=2.1.8' },
23 silly publish repository:
23 silly publish { type: 'git',
23 silly publish url: 'git+https://github.com/holger1411/understrap.git' },
23 silly publish keywords: [ 'wordpress', 'theme', 'framework', 'bootstrap', 'underscores' ],
23 silly publish author: { name: 'Holger Koenemann' },
23 silly publish license: 'GPL-2.0',
23 silly publish bugs: { url: 'https://github.com/holger1411/understrap/issues' },
23 silly publish homepage: 'https://understrap.com',
23 silly publish dependencies:
23 silly publish { bootstrap: '^4.0.0-alpha.6',
23 silly publish 'browser-sync': '^2.18.7',
23 silly publish del: '^2.2.2',
23 silly publish 'font-awesome': '^4.7.0',
23 silly publish gulp: '^3.9.1',
23 silly publish 'gulp-clone': '^1.0.0',
23 silly publish 'gulp-concat': '^2.6.1',
23 silly publish 'gulp-cssnano': '^2.1.2',
23 silly publish 'gulp-ignore': '^2.0.2',
23 silly publish 'gulp-merge': '^0.1.1',
23 silly publish 'gulp-plumber': '^1.1.0',
23 silly publish 'gulp-rename': '^1.2.2',
23 silly publish 'gulp-rimraf': '^0.2.1',
23 silly publish 'gulp-sass': '^3.1.0',
23 silly publish 'gulp-sourcemaps': '^2.4.1',
23 silly publish 'gulp-uglify': '^2.0.1',
23 silly publish 'gulp-watch': '^4.3.11',
23 silly publish merge2: '^1.0.3',
23 silly publish 'run-sequence': '^1.2.2',
23 silly publish 'undescores-for-npm': '^1.0.0' },
23 silly publish devDependencies: {},
23 silly publish readme: 'Travis build: [![Build Status](https://travis-ci.org/holger1411/understrap.svg?branch=master)](https://travis-ci.org/holger1411/understrap) | Start talking: [![Gitter](https://img.shields.io/gitter/room/holger1411/understrap.svg?maxAge=2592000?style=flat-square)](https://gitter.im/holger1411/understrap)\n\n#### See: [Official Demo](https://understrap.com/understrap) | Read: [Official Docs Page](https://understrap.github.io/)\n\n# UnderStrap WordPress Theme Framework\n\nWebsite: [https://understrap.com](https://understrap.com)\n\nChild Theme Project: [https://github.com/holger1411/understrap-child](https://github.com/holger1411/understrap-child)\n\n## About\n\nIm a huge fan of Underscores, Bootstrap, and Sass. Why not combine these into a solid WordPress Theme Framework?\nThats what UnderStrap is.\nYou can use it as starter theme and build your own theme on top of it. Or you use it as parent theme and create your own child theme for UnderStrap.\n\n## License\nUnderStrap is released under the terms of the GPL version 2 or (at your option) any later version.\n\nhttp://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html\n\n## Changelog\nSee [changelog](CHANGELOG.md)\n\n\n## Basic Features\n\n- Combines Underscores PHP/JS files and Bootstraps HTML/CSS/JS.\n- Comes with Bootstrap (v4) Sass source files and additional .scss files. Nicely sorted and ready to add your own variables and customize the Bootstrap variables.\n- Uses a single and minified CSS file for all the basic stuff.\n- [Font Awesome](http://fortawesome.github.io/Font-Awesome/) integration (v4.7.0)\n- Jetpack ready.\n- WooCommerce support.\n- Contact Form 7 support.\n- [Child Theme](https://github.com/holger1411/understrap-child) ready.\n- Translation ready.\n\n## Starter Theme + HTML Framework = WordPress Theme Framework\n\nThe _s theme is a good starting point to develop a WordPress theme. But it is “just” a raw starter theme. That means it outputs all the WordPress stuff correctly but without any layout or design.\nWhy not add a well known and supported layout framework to have a solid, clean and responsive foundation? Thats where Bootstrap comes in.\n\n## Confused by All the CSS and Sass Files?\n\nSome basics about the Sass and CSS files that come with UnderStrap:\n- The theme itself uses the `/style.css`file just to identify the theme inside of WordPress. The file is not loaded by the theme and does not include any styles.\n- The `/css/theme.css` and its minified little brother `/css/theme.min.css` file(s) provides all styles. It is composed of five different SCSS sets and one variable file at `/sass/theme.scss`:\n\n - 1 "theme/theme_variables"; // <--------- Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here\n - 2 "../src/bootstrap-sass/assets/stylesheets/bootstrap"; // <--------- All the Bootstrap stuff - Don´t edit this!\n - 3 "understrap/understrap"; // <--------- Some basic WordPress stylings and needed styles to combine Boostrap and Underscores\n - 4 "../src/fontawesome/scss/font-awesome"; // <--------- Font Awesome Icon styles\n\n // Any additional imported files //\n - 5 "theme/theme"; // <--------- Add your styles into this file\n\n- Dont edit the files no. 2-4 files/filesets or you wont be able to update it without overwriting your own work!\n- Your design goes into: `/sass/theme`. Add your styles to the `/sass/theme/_theme.scss` file and your variables to the `/sass/theme/_theme_variables.scss`. Or add other .scss files into it and `@import` it into `/sass/theme/_theme.scss`.\n\n## Installation\n\n### Classic install\n- Download the understrap folder from GitHub or from [https://understrap.com](https://understrap.com)\n- IMPORTANT: If you download it from GitHub make sure you rename the "understrap-master.zip" file just to "understrap.zip" or you might have problems using child themes !!\n- Upload it into your WordPress installation subfol
23 silly publish readmeFilename: 'README.md',
23 silly publish gitHead: '7d2b37008063aee407cde4375e5fe5fdf195c33c',
23 silly publish _id: 'understrap@0.5.6',
23 silly publish _shasum: 'c6ce6e515963aab21ac25027260f53c5e2a7609c',
23 silly publish _from: '.' }
24 info lifecycle understrap@0.5.6~prepublishOnly: understrap@0.5.6
25 silly lifecycle understrap@0.5.6~prepublishOnly: no script for prepublishOnly, continuing
26 verbose getPublishConfig undefined
27 silly mapToRegistry name understrap
28 silly mapToRegistry using default registry
29 silly mapToRegistry registry http://mvnrepository.grp.haufemg.com//api/npm/all-npm
30 silly mapToRegistry data Result {
30 silly mapToRegistry raw: 'understrap',
30 silly mapToRegistry scope: null,
30 silly mapToRegistry escapedName: 'understrap',
30 silly mapToRegistry name: 'understrap',
30 silly mapToRegistry rawSpec: '',
30 silly mapToRegistry spec: 'latest',
30 silly mapToRegistry type: 'tag' }
31 silly mapToRegistry uri http://mvnrepository.grp.haufemg.com//api/npm/all-npm/understrap
32 verbose publish registryBase http://mvnrepository.grp.haufemg.com//api/npm/all-npm/
33 silly publish uploading /Users/koenemann/.npm/understrap/0.5.6/package.tgz
34 verbose request uri http://mvnrepository.grp.haufemg.com//api/npm/all-npm/understrap
35 verbose request always-auth set; sending authorization
36 info attempt registry request try #1 at 16:06:30
37 verbose request id d8c65495fb29c5d4
38 http request PUT http://mvnrepository.grp.haufemg.com//api/npm/all-npm/understrap
39 http 400 http://mvnrepository.grp.haufemg.com//api/npm/all-npm/understrap
40 verbose headers { 'content-type': 'application/json',
40 verbose headers server: 'Microsoft-IIS/8.5',
40 verbose headers 'x-artifactory-id': 'de3e6fe094c3769b:-727b2167:158f8e23164:-8000',
40 verbose headers 'x-powered-by': 'ARR/2.5',
40 verbose headers date: 'Thu, 09 Feb 2017 15:06:32 GMT',
40 verbose headers 'content-length': '119' }
41 verbose request invalidating /Users/koenemann/.npm/mvnrepository.grp.haufemg.com/api/npm/all-npm/understrap on PUT
42 error publish Failed PUT 400
43 verbose stack Error: Registry returned 400 for PUT on http://mvnrepository.grp.haufemg.com//api/npm/all-npm/understrap
43 verbose stack at makeError (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:302:12)
43 verbose stack at CachingRegistryClient.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:280:14)
43 verbose stack at Request._callback (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:210:14)
43 verbose stack at Request.self.callback (/usr/local/lib/node_modules/npm/node_modules/request/request.js:186:22)
43 verbose stack at emitTwo (events.js:87:13)
43 verbose stack at Request.emit (events.js:172:7)
43 verbose stack at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1081:10)
43 verbose stack at emitOne (events.js:77:13)
43 verbose stack at Request.emit (events.js:169:7)
43 verbose stack at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1001:12)
44 verbose statusCode 400
45 verbose cwd /Users/koenemann/Documents/git/understrap
46 error Darwin 16.0.0
47 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "publish"
48 error node v4.2.3
49 error npm v4.0.5
50 error code E400
51 error Registry returned 400 for PUT on http://mvnrepository.grp.haufemg.com//api/npm/all-npm/understrap
52 error If you need help, you may report this error at:
52 error <https://github.com/npm/npm/issues>
53 verbose exit [ 1, true ]