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

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 subfolder here: `/wp-content/themes/`\n- Login to your WordPress backend\n- Go to Appearance → Themes\n- Activate the UnderStrap theme\n\n### npm install\n- Open your terminal\n- Change to the directory where you want to add UnderStrap\n- Type `npm install understrap`\n\n### WordPress.org install\n- Open your WordPress backend\n- Click on "Appearance -> Themes"\n- Hit the "Add new" button\n- Search for "UnderStrap"\n- Hit the "install" button\n- Activate the theme\n\n## Developing With npm, Gulp and SASS and [Browser Sync][1]\n\n### Installing Dependencies\n- Make sure you have installed Node.js and Browser-Sync* (* optional, if you wanna use it) on your computer globally\n- Then open your terminal and browse to the location of your UnderStrap copy\n- Run: `$ npm install`\n\n### Running\nTo work and compile your Sass files on the fly start:\n\n- `$ gulp watch`\n\nOr, to run with Browser-Sync:\n\n- First change the browser-sync options to reflect your environment in the file `/gulpfile.js` in the beginning of the file:\n```javascript\nvar browserSyncOptions = {\n proxy: "localhost/theme_test/", // <----- CHANGE HERE\n notify: false\n};\n```\n- then run: `$ gulp watch-bs`\n\n## How to Use the Build-In Widget Slider\n\nThe front-page slider is widget driven. Simply add more than one widget to widget position “Hero”.\n- Click on Appearance → Widgets.\n- Add two, or more, widgets of any kind to widget area “Hero”.\n- Thats it.\n\n## RTL styles?\nJust add a new file to the themes root folder called rtl.css. Add all alignments to this file according to this description:\nhttps://codex.wordpress.org/Right_to_Left_Language_Support\n\n## Page Templates\n\n### Blank Template\n\nThe `blank.php` template is useful when working with various page builders and can be used as a starting blank canvas.\n\n### Empty Template\n\nThe `empty.php` template displays a header and a footer only. A good starting point for landing pages.\n\n### Full Width Template\n\nThe `fullwidthpage.php` template has full width layout without a sidebar.\n\n### Vertical One Page Template\n\nThe `vertical-one-page.php` template displays all pages (except the one showing the posts) in a single vertical layout with a sliding navigation.\nAdditionally enables the user to control the order of each page by using the order page attribute field.\n\n#### One Page Template How to\n\n 1. Assuming that you have the following pages: Home, About and Contact\n 2. Go to Appearance → Menus and add one **custom link** for each page\n 3. On the URL field type a hash `#` and the name of the page in **lower case** so for example the link for Home becomes `#home`\n 4. Edit the Home page and set as template the **Vertical One Page** (you only need to do this for the first page)\n 5. Set the order of each page using the **Order** field from **Page Attributes** so for example if you want to display Home,\n Contact, About set the Home page to 1, the Contact to 2 and About to 3\n\n[1] Visit [http://browsersync.io](http://browsersync.io) for more information on Browser Sync\n\nLicenses & Credits\n=\n- Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)\n- Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT documentation under CC BY 3.0.)\nand of course\n- jQuery: https://jquery.org | (Code licensed under MIT)\n- WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL\n- Bootstrap Gallery Script based on Roots Sage Gallery: https://github.com/roots/sage/blob/5b9786b8ceecfe717db55666efe5bcf0c9e1801c/lib/gallery.php\n\n\n[![Analytics](https://ga-beacon.appspot.com/UA-139292-31/chromeskel_a/readme)](https://github.com/igrigorik/ga-beacon)\n',
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 ]