Skip to content

Instantly share code, notes, and snippets.

View othiym23's full-sized avatar
💭
what is this thing you call, "architecture"

Forrest L Norvell othiym23

💭
what is this thing you call, "architecture"
  • Ellation / Crunchyroll / VRV
  • San Francisco
View GitHub Profile
@othiym23
othiym23 / -
Created October 14, 2014 01:57
Already installed: 0.10.32
using 0.10.32
npm info it worked if it ends with ok
npm verb cli [ '/Users/ogd/.nave/installed/0.10.32/bin/node',
npm verb cli '/Users/ogd/.nave/installed/0.10.32/bin/npm',
npm verb cli '-ddd',
npm verb cli 'install',
npm verb cli '-a',
npm verb cli 'buffer-crc32' ]
npm info using [email protected]
{
"env" : {
"node" : true
},
"rules" : {
"semi": [2, "never"],
"strict": 0,
"quotes": [1, "double", "avoid-escape"],
"no-use-before-define": 0,
"curly": 0,
% npm install grunt-saucelabs
[email protected] node_modules/grunt
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
bauchelain% mkdir test-angular
bauchelain% cd test-angular
bauchelain% yo angular testApp
_-----_
| | .--------------------------.
|--(o)--| | Welcome to Yeoman, |
`---------´ | ladies and gentlemen! |
( _´U`_ ) '--------------------------'
/___A___\
@othiym23
othiym23 / test-npm.patch
Last active August 29, 2015 14:06
for tjfontaine
diff --git a/Makefile b/Makefile
index 11304e1..dc5f1cd 100644
--- a/Makefile
+++ b/Makefile
@@ -147,7 +147,13 @@ test-debugger: all
$(PYTHON) tools/test.py debugger
test-npm: node
- ./node deps/npm/test/run.js
+ rm -rf npm-cache npm-tmp
@othiym23
othiym23 / build.log
Last active August 29, 2015 14:06
`make check` in marked-man
bauchelain% h clone kapouer/marked-man
Cloning into 'marked-man'...
remote: Counting objects: 334, done.
remote: Total 334 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (334/334), 69.87 KiB | 0 bytes/s, done.
Resolving deltas: 100% (160/160), done.
Checking connectivity... done.
bauchelain% cd marked-man
bauchelain% npm install
[email protected] node_modules/marked
--- test.1 2014-09-21 00:50:56.000000000 -0700
+++ test.3 2014-09-21 00:57:02.000000000 -0700
@@ -1,10 +1,14 @@
+.\" Generated with Ronnjs 0.4.0
+.\" http://github.com/kapouer/ronnjs
+.
.TH "NPM\-INSTALL" "1" "September 2014" "" ""
+.
.SH "NAME"
-\fBnpm-install\fR \- Install a package
@othiym23
othiym23 / npm-upgrade-bleeding.sh
Created September 20, 2014 19:36
a safe way to upgrade all of your globally-installed npm packages
#!/bin/sh
set -e
set -x
for package in $(npm -g outdated --parseable --depth=0 | cut -d: -f3)
do
npm -g install "$package"
done
@othiym23
othiym23 / package.json
Created September 17, 2014 18:04
fails every time
{
"name": "broken-with-shrinkwrap",
"version": "0.0.0-prealpha.0.0",
"dependencies": {
"gifsicle": "1.0.2",
"jpegtran-bin": "1.0.2",
"optipng-bin": "1.0.1"
}
}
@othiym23
othiym23 / -
Created September 14, 2014 01:10
Using domain server:
Name: 8.8.8.8
Address: 8.8.8.8#53
Aliases:
a.sni.fastly.net has address 199.27.79.162
a.sni.fastly.net has address 185.31.18.162
a.sni.fastly.net has address 23.235.39.162
a.sni.fastly.net has address 185.31.17.162
a.sni.fastly.net has address 23.235.44.162