This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"env" : { | |
"node" : true | |
}, | |
"rules" : { | |
"semi": [2, "never"], | |
"strict": 0, | |
"quotes": [1, "double", "avoid-escape"], | |
"no-use-before-define": 0, | |
"curly": 0, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% 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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bauchelain% mkdir test-angular | |
bauchelain% cd test-angular | |
bauchelain% yo angular testApp | |
_-----_ | |
| | .--------------------------. | |
|--(o)--| | Welcome to Yeoman, | | |
`---------´ | ladies and gentlemen! | | |
( _´U`_ ) '--------------------------' | |
/___A___\ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -e | |
set -x | |
for package in $(npm -g outdated --parseable --depth=0 | cut -d: -f3) | |
do | |
npm -g install "$package" | |
done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |