philippkueng / node-neo4j

Neo4j REST API wrapper for Node.js
MIT License
211 stars 44 forks source link

bug installation #35

Closed dasaievcastro closed 10 years ago

dasaievcastro commented 10 years ago

Hi, I had problems installing. following error message

npm http GET https://registry.npmjs.org/node-neo4j npm http 304 https://registry.npmjs.org/node-neo4j npm http GET https://registry.npmjs.org/superagent/0.15.5 npm http GET https://registry.npmjs.org/step/0.0.5 npm http 304 https://registry.npmjs.org/superagent/0.15.5 npm http 304 https://registry.npmjs.org/step/0.0.5 npm http GET https://registry.npmjs.org/qs/0.6.5 npm http GET https://registry.npmjs.org/formidable/1.0.14 npm http GET https://registry.npmjs.org/mime/1.2.5 npm http GET https://registry.npmjs.org/emitter-component/1.0.0 npm http GET https://registry.npmjs.org/methods/0.0.1 npm http GET https://registry.npmjs.org/cookiejar/1.3.0 npm http GET https://registry.npmjs.org/debug npm http GET https://registry.npmjs.org/reduce npm http 304 https://registry.npmjs.org/qs/0.6.5 npm http 304 https://registry.npmjs.org/mime/1.2.5 npm http 304 https://registry.npmjs.org/methods/0.0.1 npm http 304 https://registry.npmjs.org/formidable/1.0.14 npm http 304 https://registry.npmjs.org/emitter-component/1.0.0 npm http 304 https://registry.npmjs.org/cookiejar/1.3.0 npm http 304 https://registry.npmjs.org/debug npm http 304 https://registry.npmjs.org/reduce npm ERR! notarget No compatible version found: reduce@'RedVentures/reduce#346d59' npm ERR! notarget Valid install targets: npm ERR! notarget ["0.1.0","0.1.2"] npm ERR! notarget npm ERR! notarget This is most likely not a problem with npm itself. npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist.

npm ERR! System Linux 3.11.0-15-generic npm ERR! command "node" "/usr/local/bin/npm" "install" "node-neo4j" npm ERR! cwd /home/dasaievgama/Documentos/gama-ca npm ERR! node -v v0.10.25 npm ERR! npm -v 1.3.25 npm ERR! code ETARGET npm ERR! npm ERR! Additional logging details can be found in: npm ERR! /home/dasaievgama/Documentos/gama-ca/npm-debug.log npm ERR! not ok code 0

philippkueng commented 10 years ago

Hi @dasaievcastro,

Can you tell me which version of node and npm you are using?

dasaievcastro commented 10 years ago

npm 1.3.25 node 0.10.25

philippkueng commented 10 years ago

I tried to reproduce it, but failed so far. How many times did you try it? Could you try once again? Maybe it's some timeout issue on npmjs.org.

What OS are you using? and which version?

Thanks for reporting btw. Phil

dasaievcastro commented 10 years ago

Hello I tried several times, over twenty. I'm using ubuntu 13 and windows 7. Both showed the same error.

dasaievcastro commented 10 years ago

Hello I tried several times, over twenty. I'm using ubuntu 13 and windows 7. Both showed the same error.

philippkueng commented 10 years ago

Just tested it on Ubuntu 13.10 and it worked too.

root@philipp-test:~# npm install node-neo4j@2.0.0-RC4
npm http GET https://registry.npmjs.org/node-neo4j/2.0.0-RC4
npm http 304 https://registry.npmjs.org/node-neo4j/2.0.0-RC4
npm http GET https://registry.npmjs.org/superagent/0.15.5
npm http GET https://registry.npmjs.org/step/0.0.5
npm http 304 https://registry.npmjs.org/step/0.0.5
npm http 304 https://registry.npmjs.org/superagent/0.15.5
npm http GET https://registry.npmjs.org/mime/1.2.5
npm http GET https://registry.npmjs.org/qs/0.6.5
npm http GET https://registry.npmjs.org/formidable/1.0.14
npm http GET https://registry.npmjs.org/emitter-component/1.0.0
npm http GET https://registry.npmjs.org/methods/0.0.1
npm http GET https://registry.npmjs.org/cookiejar/1.3.0
npm http GET https://registry.npmjs.org/debug
npm http 304 https://registry.npmjs.org/mime/1.2.5
npm http 304 https://registry.npmjs.org/formidable/1.0.14
npm http 304 https://registry.npmjs.org/emitter-component/1.0.0
npm http 304 https://registry.npmjs.org/qs/0.6.5
npm http 304 https://registry.npmjs.org/debug
npm http 304 https://registry.npmjs.org/methods/0.0.1
npm http 304 https://registry.npmjs.org/cookiejar/1.3.0
npm http GET https://registry.npmjs.org/reduce
npm http 304 https://registry.npmjs.org/reduce
node-neo4j@2.0.0-RC4 node_modules/node-neo4j
├── step@0.0.5
└── superagent@0.15.5 (methods@0.0.1, cookiejar@1.3.0, qs@0.6.5, debug@0.7.4, emitter-component@1.0.0, reduce@0.0.1, mime@1.2.5, formidable@1.0.14)

However i've found that other people seem to have had issues like that too. (https://github.com/substack/insert-module-globals/issues/21) ...will try to upgrade dependencies once i get some time today. Will keep you posted.

dasaievcastro commented 10 years ago

HI @philippkueng,

I managed to install. I do not know what happened, but it worked

philippkueng commented 10 years ago

Hi @dasaievcastro

Thanks for letting me know. Maybe it was some kind of DNS caching that played a role. Will still upgrade the dependencies once i get some time.

Let me know in case it's happening again.

Cheers

planeguy commented 10 years ago

Hi guys, just pooping in to mention I'm having the exact same issue as above.

I did a bunch of flushdns-type stuff on my local lan just in case to no avail. I was going to wait it out for a bit, but after 16 days, I'd think dns has propagated by now.

electrichead commented 10 years ago

Sorry for being completely off-topic, but that is one hilarious typo, @planeguy

philippkueng commented 10 years ago

Hi @planeguy, seems like @Stofkn was able to partially reproduce the bug, could you run npm install node-neo4j@2.0.0-RC5 --verbose and then paste the output here? It's a little more detailed than the one above.

Thanks a lot, and sorry for the trouble.

Phil

philippkueng commented 10 years ago

Hi @planeguy,

@Stofkn used the commands npm cache clear and npm install node-neo4j@2.0.0-RC5 and then it worked.

Could you try that too and in case it's still not working provide a verbose error log?

planeguy commented 10 years ago

Here's the error log from an nom --verbose (sorry about the lack of formatting; something in the text breaks the markdown)

0 info it worked if it ends with ok 1 verbose cli [ 'C:\Program Files\nodejs\node.exe', 1 verbose cli 'C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js', 1 verbose cli 'install', 1 verbose cli 'node-neo4j@2.0.0-RC5', 1 verbose cli '--verbose' ] 2 info using npm@1.3.24 3 info using node@v0.10.25 4 verbose node symlink C:\Program Files\nodejs\node.exe 5 verbose readDependencies using package.json deps 6 verbose cache add [ 'node-neo4j@2.0.0-RC5', null ] 7 verbose cache add name=undefined spec="node-neo4j@2.0.0-RC5" args=["node-neo4j@2.0.0-RC5",null] 8 verbose parsed url { protocol: null, 8 verbose parsed url slashes: null, 8 verbose parsed url auth: null, 8 verbose parsed url host: null, 8 verbose parsed url port: null, 8 verbose parsed url hostname: null, 8 verbose parsed url hash: null, 8 verbose parsed url search: null, 8 verbose parsed url query: null, 8 verbose parsed url pathname: 'node-neo4j@2.0.0-RC5', 8 verbose parsed url path: 'node-neo4j@2.0.0-RC5', 8 verbose parsed url href: 'node-neo4j@2.0.0-RC5' } 9 verbose cache add name="node-neo4j" spec="2.0.0-RC5" args=["node-neo4j","2.0.0-RC5"] 10 verbose parsed url { protocol: null, 10 verbose parsed url slashes: null, 10 verbose parsed url auth: null, 10 verbose parsed url host: null, 10 verbose parsed url port: null, 10 verbose parsed url hostname: null, 10 verbose parsed url hash: null, 10 verbose parsed url search: null, 10 verbose parsed url query: null, 10 verbose parsed url pathname: '2.0.0-RC5', 10 verbose parsed url path: '2.0.0-RC5', 10 verbose parsed url href: '2.0.0-RC5' } 11 verbose addNamed [ 'node-neo4j', '2.0.0-RC5' ] 12 verbose addNamed [ '2.0.0-RC5', '2.0.0-RC5' ] 13 silly lockFile 12d71e92-node-neo4j-2-0-0-RC5 node-neo4j@2.0.0-RC5 14 verbose lock node-neo4j@2.0.0-RC5 C:\Users\Delek\AppData\Roaming\npm-cache\12d71e92-node-neo4j-2-0-0-RC5.lock 15 verbose url raw node-neo4j/2.0.0-RC5 16 verbose url resolving [ 'https://registry.npmjs.org/', './node-neo4j/2.0.0-RC5' ] 17 verbose url resolved https://registry.npmjs.org/node-neo4j/2.0.0-RC5 18 info trying registry request attempt 1 at 12:32:45 19 verbose etag "3J7238T326NY3DFE7RWF1GFGQ" 20 http GET https://registry.npmjs.org/node-neo4j/2.0.0-RC5 21 http 304 https://registry.npmjs.org/node-neo4j/2.0.0-RC5 22 silly registry.get cb [ 304, 22 silly registry.get { date: 'Sat, 22 Feb 2014 20:32:42 GMT', 22 silly registry.get server: 'Apache', 22 silly registry.get connection: 'Keep-Alive', 22 silly registry.get 'keep-alive': 'timeout=10, max=50', 22 silly registry.get etag: '"3J7238T326NY3DFE7RWF1GFGQ"', 22 silly registry.get 'cache-control': 'max-age=1', 22 silly registry.get vary: 'Accept' } ] 23 verbose etag node-neo4j/2.0.0-RC5 from cache 24 silly lockFile 12d71e92-node-neo4j-2-0-0-RC5 node-neo4j@2.0.0-RC5 25 silly lockFile 12d71e92-node-neo4j-2-0-0-RC5 node-neo4j@2.0.0-RC5 26 silly resolved [ { author: 26 silly resolved { name: 'Philipp Küng', 26 silly resolved email: 'git@philippkueng.ch', 26 silly resolved url: 'http://philippkueng.ch' }, 26 silly resolved name: 'node-neo4j', 26 silly resolved description: 'Neo4j REST API wrapper for Node.js', 26 silly resolved version: '2.0.0-RC5', 26 silly resolved repository: 26 silly resolved { type: 'git', 26 silly resolved url: 'https://github.com/philippkueng/node-neo4j.git' }, 26 silly resolved main: 'main.js', 26 silly resolved scripts: { test: 'mocha -R spec -t 10000' }, 26 silly resolved engines: { node: '~ 0.10.15' }, 26 silly resolved dependencies: { superagent: '0.15.5', step: '0.0.5' }, 26 silly resolved devDependencies: { mocha: '1.13.0', should: '2.0.1' }, 26 silly resolved licenses: [ [Object] ], 26 silly resolved keywords: [ 'neo4j', 'graph', 'database' ], 26 silly resolved contributors: [ [Object], [Object], [Object], [Object], [Object], [Object] ], 26 silly resolved readme: '# Neo4j REST API wrapper for Node.js\n\nmaster branch: Build Status | develop branch: Build Status \n\n---\n\n## Installation\n\n npm install node-neo4j\n npm install node-neo4j@2.0.0-RC5 (to get all the Neo4j 2.0.0 features)\n\n## Usage\n\nIn order to use the library you either have to create a heroku app and add the Neo4j Addon there or install it locally.
If you\'re using OS X i highly recommend installing Neo4j via Homebrew.\n\n $ brew install neo4j\n $ neo4j start\n\nInstantiate a wrapper instance\n\n var neo4j = require(\'node-neo4j\');\n db = new neo4j(\'http://username:password@domain:port\');\n\n**NOTE**\nNew features like labels, contraints and transactions are only supported by Neo4j 2.0.0.\nNavigate to the node module and run the tests:\n\n\t$ npm test\n\nAll tests should pass if you\'re running the latest version of Neo4j. (Neo4j 2.0.0-RC5)\nWe try to update the module as fast as possible if there\'s a new version of Neo4j.\nDon\'t be shy to give remarks or report bugs. We would be glad to fix them.\nYou can contact use on Twitter https://twitter.com/Stofkn or https://twitter.com/philippkueng or mail us (check package.json).\n\n\n## New features\n\nNote \n\nTake a look at the test.main.js file in the test folder for many examples.\n\n### Labels and indexes\n\ninsertNode Now supports labels.\n\nreadLabels Get the labels of a node given the node id. It returns an array of strings.\n\ninsertLabelIndex Create a label index on ONE property.\n\ndeleteLabelIndex Delete a label index for a property.\n\nlistLabelIndexes List indexes for a label.\n\naddLabelsToNode Adding one or multiple labels to a node.\n\nreplaceLabelsFromNode Replacing all labels on a node by new labels.\n\ndeleteLabelFromNode Removing a label from a node.\n\nreadNodesWithLabel Get all nodes with a label.\n\nreadNodesWithLabelsAndProperties Get nodes by labels and properties.\n\nlistAllLabels List all labels.\n\n### Constraints\n\ncreateUniquenessContstraint Create a uniqueness constraint on a property.\n\nreadUniquenessConstraint Get a specific uniqueness constraint for a label and a property.\n\nlistAllUniquenessConstraintsForLabel Get all uniqueness constraints for a label.\n\nlistContraintsForLabel Get all constraints for a label.\n\nlistAllConstraints List all constraints.\n\ndropUniquenessContstraint Drop uniqueness constraint for a label and a property.\n\n### Transactions\n\nbeginTransaction Begin a new transaction.\n\naddStatementsToTransaction Execute statements in an open transaction.\n\nresetTimeoutTransaction Reset transaction timeout of an open transaction.\n\ncommitTransaction Commit an open transaction.\n\nrollbackTransaction Rollback an open transaction.\n\nbeginAndCommitTransaction Begin and commit a transaction in one request.\n\n### Changes\n\nNode id is now an integer not a string.\ncypherQuery Now supports parameters, Neo4j will cache query and reuse it with different parameters.\n\n### Node operations\n \nInsert a Node\n\n db.insertNode({\n name: \'Darth Vader\',\n sex: \'male\'\n },function(err, node){\n if(err) throw err;\n \n // Output node properties.\n console.log(node.data);\n \n // Output node id.\n console.log(node.id); /* for 2.0.0-RC5, use: console.log(node.id) /\n });\n\nRead a Node\n\n db.readNode(12, function(err, node){\n if(err) throw err;\n \n // Output node properties.\n console.log(node.data);\n \n // Output node id.\n console.log(node.id); /_ for 2.0.0-RC5, use: console.log(node.id) /\n });\n\nUpdate a Node\n\nWill remove any assigned properties and replace them with the ones given below.\n\n db.updateNode(12, {name:\'foobar2\'}, function(err, node){\n if(err) throw err;\n\n if(node === true){\n // node updated\n } else {\n // node not found, hence not updated\n }\n });\n \nDelete a Node\n\n db.deleteNode(12, function(err, node){\n if(err) throw err;\n \n if(node === true){\n // node deleted\n } else {\n // node not deleted because not found or because of existing relationships\n }\n });\n\n\n### Relationship operations\n\nInsert a Relationship\n\n db.insertRelationship(root_node_id, other_node_id, \'RELATIONSHIPTYPE\', {\n age: \'5 years\',\n sideeffects: {\n positive: \'happier\',\n negative: \'less time\'\n }}, function(err, relationship){\n if(err) throw err;\n\n // Output relationship properties.\n console.log(relationship.data);\n\n // Output relationship id.\n console.log(relationship.id); / for 2.0.0-RC5, use: console.log(relationship.id) /\n\n // Output relationship start_node_id.\n console.log(relationship.start_nodeid); / for 2.0.0-RC5, use: console.log(relationship.start) /\n\n // Output relationship end_node_id.\n console.log(relationship.end_nodeid); / for 2.0.0-RC5, use: console.log(relationship.end) /\n });\n\nRead a Relationship\n\n db.readRelationship(relationship_id, function(err, relationship){\n if(err) throw err;\n\n // Same properties for relationship object as with InsertRelationship\n });\n\nUpdate a Relationship\n\nWill remove any assigned properties and replace them with the ones given below.\n\n db.updateRelationship(relationship_id, {\n age: \'6 years\'\n }, function(err, relationship){\n if(err) throw err;\n\n if(relationship === true){\n // relationship updated\n } else {\n relationship not found, hence not updated.\n }\n });\n\nDelete a Relationship\n\n db.deleteRelationship(relationship_id, function(err, relationship){\n if(err) throw err;\n\n if(relationship === true){\n // relationship deleted\n } else {\n // relationship not deleted because not found.\n }\n });\n\n\n### Index operations\n\nThis documentation only contains calls to Node specific index functions however to call those functions for Relationships, just replace Node with Relationship.\n\nInsert an Index\n\n db.insertNodeIndex(\'the_index_name\', function(err, result){\n if (err) throw err;\n\n console.log(result); // return the index template and configuration\n });\n\n // insert an index with a custom configuration\n db.insertNodeIndex({\n index: \'the_index_name\',\n config: {\n type: \'fulltext\',\n provider: \'lucene\'\n }\n }, function(err, result){\n if (err) throw err;\n\n console.log(result); // return the index template with its custom configuration\n });\n\nDelete an Index\n\n db.deleteNodeIndex(\'the_index_name\', function(err, result){\n if (err) throw err;\n\n console.log(result) // will be true, if the deletion is successful\n });\n\nList all Indexes\n\n db.listNodeIndexes(function(err, result){\n if (err) throw err;\n\n console.log(result); // an object with all indexes and their templates and configurations\n });\n\t\t\nAdd a node to an index\n\n db.addNodeToIndex(node_id, \'the_index_name\', \'an_indexed_key\', \'an_indexed_value\', function(err, result){\n if (err) throw err;\n \n console.log(result); // will return the index \n });\n\n### Advanced relationship operations\n\nGet all relationship types used within the Neo4j database\n\nWill also return types of those relationships that have been deleted.\n\n db.readRelationshipTypes(function(err, result){\n if(err) throw err;\n\n console.log(result); // eg. [\'RELATED_TO\', \'LOVES\', \'KNOWNS\']\n });\n\nGet relationships of a node\n\nGet all (incoming and outgoing) relationships of a node, or use the options object to filter for specifc types and directions.\n\n db.readRelationshipsOfNode(node_id, {\n types: [\'RELATED_TO\', ...] // optional\n direction: \'in\' // optional, alternative \'out\', defaults to \'all\'\n }, function(err, relationships) {\n if (err) throw err;\n\n console.log(relationships); // delivers an array of relationship objects.\n });\n\nRun a cyper query against Neo4j\n\n db.cypherQuery("START user = node(123) MATCH user-[:RELATED_TO]->friends RETURN friends", function(err, result){\n if(err) throw err;\n\n console.log(result.data); // delivers an array of query results\n console.log(result.columns); // delivers an array of names of objects getting returned\n });\n\nRun a batch query against Neo4j\n\nFor more information about what queries are possible checkout the Neo4j REST API documentation.\n\n db.batchQuery([\n {\n method: "GET",\n to: "/node/100",\n id: 0\n },{\n method: "GET",\n to: "/node/102",\n id: 1\n }\n ], function(err, result){\n if(err) throw err;\n\n console.log(result); // delivers an array of query results\n });\n\n## Tests\n\nThis API wrapper relies on mocha for testing, therefore when you want to run the tests follow the steps below.\n\n $ git clone git://github.com/philippkueng/node-neo4j.git\n $ cd node-neo4j/\n $ npm install\n $ npm test\n\n## Issues or Feature Requests?\n\nIn case you run into an issue while using the wrapper or you have a feature request please let me know by creating a new issue or contacting me via twitter.\n\n## License\n\nCopyright (C) 2012 Philipp Küng\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n', 26 silly resolved readmeFilename: 'README.md', 26 silly resolved bugs: { url: 'https://github.com/philippkueng/node-neo4j/issues' }, 26 silly resolved homepage: 'https://github.com/philippkueng/node-neo4j', 26 silly resolved _id: 'node-neo4j@2.0.0-RC5', 26 silly resolved _from: 'node-neo4j@2.0.0-RC5' } ] 27 info install node-neo4j@2.0.0-RC5 into c:\Dev\node-archives 28 info installOne node-neo4j@2.0.0-RC5 29 info c:\Dev\node-archives\node_modules\node-neo4j unbuild 30 verbose tar unpack C:\Users\Delek\AppData\Roaming\npm-cache\node-neo4j\2.0.0-RC5\package.tgz 31 silly lockFile b350ba21-archives-node-modules-node-neo4j tar://c:\Dev\node-archives\node_modules\node-neo4j 32 verbose lock tar://c:\Dev\node-archives\node_modules\node-neo4j C:\Users\Delek\AppData\Roaming\npm-cache\b350ba21-archives-node-modules-node-neo4j.lock 33 silly lockFile 129bc0eb-node-neo4j-2-0-0-RC5-package-tgz tar://C:\Users\Delek\AppData\Roaming\npm-cache\node-neo4j\2.0.0-RC5\package.tgz 34 verbose lock tar://C:\Users\Delek\AppData\Roaming\npm-cache\node-neo4j\2.0.0-RC5\package.tgz C:\Users\Delek\AppData\Roaming\npm-cache\129bc0eb-node-neo4j-2-0-0-RC5-package-tgz.lock 35 silly gunzTarPerm modes [ '755', '644' ] 36 silly gunzTarPerm extractEntry package.json 37 silly gunzTarPerm modified mode [ 'package.json', 438, 420 ] 38 silly gunzTarPerm extractEntry README.md 39 silly gunzTarPerm modified mode [ 'README.md', 438, 420 ] 40 silly gunzTarPerm extractEntry main.js 41 silly gunzTarPerm modified mode [ 'main.js', 438, 420 ] 42 silly gunzTarPerm extractEntry .jshintrc 43 silly gunzTarPerm modified mode [ '.jshintrc', 438, 420 ] 44 silly gunzTarPerm extractEntry .travis.yml 45 silly gunzTarPerm modified mode [ '.travis.yml', 438, 420 ] 46 silly gunzTarPerm extractEntry install_local_neo4j.bash 47 silly gunzTarPerm modified mode [ 'install_local_neo4j.bash', 438, 420 ] 48 silly gunzTarPerm extractEntry lib/utils/cypher.js 49 silly gunzTarPerm modified mode [ 'lib/utils/cypher.js', 438, 420 ] 50 silly gunzTarPerm extractEntry lib/utils/parser.js 51 silly gunzTarPerm modified mode [ 'lib/utils/parser.js', 438, 420 ] 52 silly gunzTarPerm extractEntry lib/utils/validator.js 53 silly gunzTarPerm modified mode [ 'lib/utils/validator.js', 438, 420 ] 54 silly gunzTarPerm extractEntry Makefile 55 silly gunzTarPerm modified mode [ 'Makefile', 438, 420 ] 56 silly gunzTarPerm extractEntry test/test.main.js 57 silly gunzTarPerm modified mode [ 'test/test.main.js', 438, 420 ] 58 silly lockFile b350ba21-archives-node-modules-node-neo4j tar://c:\Dev\node-archives\node_modules\node-neo4j 59 silly lockFile b350ba21-archives-node-modules-node-neo4j tar://c:\Dev\node-archives\node_modules\node-neo4j 60 silly lockFile 129bc0eb-node-neo4j-2-0-0-RC5-package-tgz tar://C:\Users\Delek\AppData\Roaming\npm-cache\node-neo4j\2.0.0-RC5\package.tgz 61 silly lockFile 129bc0eb-node-neo4j-2-0-0-RC5-package-tgz tar://C:\Users\Delek\AppData\Roaming\npm-cache\node-neo4j\2.0.0-RC5\package.tgz 62 info preinstall node-neo4j@2.0.0-RC5 63 verbose readDependencies using package.json deps 64 verbose readDependencies using package.json deps 65 verbose cache add [ 'superagent@0.15.5', null ] 66 verbose cache add name=undefined spec="superagent@0.15.5" args=["superagent@0.15.5",null] 67 verbose parsed url { protocol: null, 67 verbose parsed url slashes: null, 67 verbose parsed url auth: null, 67 verbose parsed url host: null, 67 verbose parsed url port: null, 67 verbose parsed url hostname: null, 67 verbose parsed url hash: null, 67 verbose parsed url search: null, 67 verbose parsed url query: null, 67 verbose parsed url pathname: 'superagent@0.15.5', 67 verbose parsed url path: 'superagent@0.15.5', 67 verbose parsed url href: 'superagent@0.15.5' } 68 verbose cache add name="superagent" spec="0.15.5" args=["superagent","0.15.5"] 69 verbose parsed url { protocol: null, 69 verbose parsed url slashes: null, 69 verbose parsed url auth: null, 69 verbose parsed url host: null, 69 verbose parsed url port: null, 69 verbose parsed url hostname: null, 69 verbose parsed url hash: null, 69 verbose parsed url search: null, 69 verbose parsed url query: null, 69 verbose parsed url pathname: '0.15.5', 69 verbose parsed url path: '0.15.5', 69 verbose parsed url href: '0.15.5' } 70 verbose addNamed [ 'superagent', '0.15.5' ] 71 verbose addNamed [ '0.15.5', '0.15.5' ] 72 silly lockFile 995bea5d-superagent-0-15-5 superagent@0.15.5 73 verbose lock superagent@0.15.5 C:\Users\Delek\AppData\Roaming\npm-cache\995bea5d-superagent-0-15-5.lock 74 verbose cache add [ 'step@0.0.5', null ] 75 verbose cache add name=undefined spec="step@0.0.5" args=["step@0.0.5",null] 76 verbose parsed url { protocol: null, 76 verbose parsed url slashes: null, 76 verbose parsed url auth: null, 76 verbose parsed url host: null, 76 verbose parsed url port: null, 76 verbose parsed url hostname: null, 76 verbose parsed url hash: null, 76 verbose parsed url search: null, 76 verbose parsed url query: null, 76 verbose parsed url pathname: 'step@0.0.5', 76 verbose parsed url path: 'step@0.0.5', 76 verbose parsed url href: 'step@0.0.5' } 77 verbose cache add name="step" spec="0.0.5" args=["step","0.0.5"] 78 verbose parsed url { protocol: null, 78 verbose parsed url slashes: null, 78 verbose parsed url auth: null, 78 verbose parsed url host: null, 78 verbose parsed url port: null, 78 verbose parsed url hostname: null, 78 verbose parsed url hash: null, 78 verbose parsed url search: null, 78 verbose parsed url query: null, 78 verbose parsed url pathname: '0.0.5', 78 verbose parsed url path: '0.0.5', 78 verbose parsed url href: '0.0.5' } 79 verbose addNamed [ 'step', '0.0.5' ] 80 verbose addNamed [ '0.0.5', '0.0.5' ] 81 silly lockFile 04a7067c-step-0-0-5 step@0.0.5 82 verbose lock step@0.0.5 C:\Users\Delek\AppData\Roaming\npm-cache\04a7067c-step-0-0-5.lock 83 verbose url raw superagent/0.15.5 84 verbose url resolving [ 'https://registry.npmjs.org/', './superagent/0.15.5' ] 85 verbose url resolved https://registry.npmjs.org/superagent/0.15.5 86 info trying registry request attempt 1 at 12:32:46 87 verbose etag "47VL9IXXUEMKF4CFNL9VC9711" 88 http GET https://registry.npmjs.org/superagent/0.15.5 89 verbose url raw step/0.0.5 90 verbose url resolving [ 'https://registry.npmjs.org/', './step/0.0.5' ] 91 verbose url resolved https://registry.npmjs.org/step/0.0.5 92 info trying registry request attempt 1 at 12:32:46 93 verbose etag "4ANHYWNLQAMFNT6G68DWKN33E" 94 http GET https://registry.npmjs.org/step/0.0.5 95 http 304 https://registry.npmjs.org/step/0.0.5 96 silly registry.get cb [ 304, 96 silly registry.get { date: 'Sat, 22 Feb 2014 20:32:43 GMT', 96 silly registry.get server: 'Apache', 96 silly registry.get connection: 'Keep-Alive', 96 silly registry.get 'keep-alive': 'timeout=10, max=50', 96 silly registry.get etag: '"4ANHYWNLQAMFNT6G68DWKN33E"', 96 silly registry.get 'cache-control': 'max-age=1', 96 silly registry.get vary: 'Accept' } ] 97 verbose etag step/0.0.5 from cache 98 silly lockFile 04a7067c-step-0-0-5 step@0.0.5 99 silly lockFile 04a7067c-step-0-0-5 step@0.0.5 100 http 304 https://registry.npmjs.org/superagent/0.15.5 101 silly registry.get cb [ 304, 101 silly registry.get { date: 'Sat, 22 Feb 2014 20:32:43 GMT', 101 silly registry.get server: 'Apache', 101 silly registry.get connection: 'Keep-Alive', 101 silly registry.get 'keep-alive': 'timeout=10, max=50', 101 silly registry.get etag: '"47VL9IXXUEMKF4CFNL9VC9711"', 101 silly registry.get 'cache-control': 'max-age=1', 101 silly registry.get vary: 'Accept' } ] 102 verbose etag superagent/0.15.5 from cache 103 silly lockFile 995bea5d-superagent-0-15-5 superagent@0.15.5 104 silly lockFile 995bea5d-superagent-0-15-5 superagent@0.15.5 105 silly resolved [ { name: 'step', 105 silly resolved version: '0.0.5', 105 silly resolved description: 'A simple control-flow library for node.JS that makes parallel execution, serial execution, and error handling painless.', 105 silly resolved engine: [ 'node >=0.2.0' ], 105 silly resolved author: { name: 'Tim Caswell', email: 'tim@creationix.com' }, 105 silly resolved repository: { type: 'git', url: 'http://github.com/creationix/step.git' }, 105 silly resolved main: 'lib/step', 105 silly resolved readme: '# Step\n\nA simple control-flow library for node.JS that makes parallel execution, serial execution, and error handling painless.\n\n## How to install\n\nSimply copy or link the lib/step.js file into your $HOME/.node_libraries folder.\n\n## How to use\n\nThe step library exports a single function I call Step. It accepts any number of functions as arguments and runs them in serial order using the passed in this context as the callback to the next step.\n\n Step(\n function readSelf() {\n fs.readFile(filename, this);\n },\n function capitalize(err, text) {\n if (err) throw err;\n return text.toUpperCase();\n },\n function showIt(err, newText) {\n if (err) throw err;\n console.log(newText);\n }\n );\n\nNotice that we pass in this as the callback to fs.readFile. When the file read completes, step will send the result as the arguments to the next function in the chain. Then in the capitalize function we\'re doing synchronous work so we can simple return the new value and Step will route it as if we called the callback.\n\nThe first parameter is reserved for errors since this is the node standard. Also any exceptions thrown are caught and passed as the first argument to the next function. As long as you don\'t nest callback functions inline your main functions this prevents there from ever being any uncaught exceptions. This is very important for long running node.JS servers since a single uncaught exception can bring the whole server down.\n\nAlso there is support for parallel actions:\n\n Step(\n // Loads two files in parallel\n function loadStuff() {\n fs.readFile(filename, this.parallel());\n fs.readFile("/etc/passwd", this.parallel());\n },\n // Show the result when done\n function showStuff(err, code, users) {\n if (err) throw err;\n console.log(code);\n console.log(users);\n }\n )\n\nHere we pass this.parallel() instead of this as the callback. It internally keeps track of the number of callbacks issued and preserves their order then giving the result to the next step after all have finished. If there is an error in any of the parallel actions, it will be passed as the first argument to the next step.\n\nAlso you can use group with a dynamic number of common tasks.\n\n Step(\n function readDir() {\n fs.readdir(dirname, this);\n },\n function readFiles(err, results) {\n if (err) throw err;\n // Create a new group\n var group = this.group();\n results.forEach(function (filename) {\n if (/.js$/.test(filename)) {\n fs.readFile(dirname + "/" + filename, \'utf8\', group());\n }\n });\n },\n function showAll(err , files) {\n if (err) throw err;\n console.dir(files);\n }\n );\n\n_Note* that we both call this.group() and group(). The first reserves a slot in the parameters of the next step, then calling group() generates the individual callbacks and increments the internal counter.\n', 105 silly resolved readmeFilename: 'README.markdown', 105 silly resolved bugs: { url: 'https://github.com/creationix/step/issues' }, 105 silly resolved homepage: 'https://github.com/creationix/step', 105 silly resolved _id: 'step@0.0.5', 105 silly resolved from: 'step@0.0.5' }, 105 silly resolved { name: 'superagent', 105 silly resolved version: '0.15.5', 105 silly resolved description: 'elegant & feature rich browser / node HTTP with a fluent API', 105 silly resolved keywords: [ 'http', 'ajax', 'request', 'agent' ], 105 silly resolved author: { name: 'TJ Holowaychuk', email: 'tj@vision-media.ca' }, 105 silly resolved contributors: [ [Object] ], 105 silly resolved repository: 105 silly resolved { type: 'git', 105 silly resolved url: 'git://github.com/visionmedia/superagent.git' }, 105 silly resolved dependencies: 105 silly resolved { qs: '0.6.5', 105 silly resolved formidable: '1.0.14', 105 silly resolved mime: '1.2.5', 105 silly resolved 'emitter-component': '1.0.0', 105 silly resolved methods: '0.0.1', 105 silly resolved cookiejar: '1.3.0', 105 silly resolved debug: '~0.7.2', 105 silly resolved reduce: 'RedVentures/reduce#346d59' }, 105 silly resolved devDependencies: 105 silly resolved { express: '3.3.1', 105 silly resolved 'better-assert': '~0.1.0', 105 silly resolved should: '', 105 silly resolved mocha: '_' }, 105 silly resolved browser: 105 silly resolved { './lib/node/index.js': './lib/client.js', 105 silly resolved emitter: 'emitter-component' }, 105 silly resolved component: { scripts: [Object] }, 105 silly resolved main: './lib/node/index.js', 105 silly resolved engines: { node: '*' }, 105 silly resolved readme: '# SuperAgent\n\n SuperAgent is a small progressive client-side HTTP request library, and Node.js module with the same API, sporting many high-level HTTP client features. View the docs.\n\nsuper agent\n\n## Motivation\n\n This library spawned from my frustration with jQuery\'s weak & inconsistent Ajax support. jQuery\'s API while having recently added some promise-like support, is largely static, forcing you to build up big objects containing all the header fields and options, not to mention most of the options are awkwardly named "type" instead of "method", etc. Onto examples!\n\n The following is what you might typically do for a simple GET with jQuery:\n\njs\n$.get(\'/user/1\', function(data, textStatus, xhr){\n\n});\n\n\ngreat, it\'s ok, but it\'s kinda lame having 3 arguments just to access something on the xhr. Our equivalent would be:\n\njs\nrequest.get(\'/user/1\', function(res){\n\n});\n\n\nthe response object is an instanceof request.Response, encapsulating all of this information instead of throwing a bunch of arguments at you. For example we can check res.status, res.header for header fields, res.text, res.body etc.\n\nAn example of a JSON POST with jQuery typically might use $.post(), however once you need to start defining header fields you have to then re-write it using $.ajax()... so that might look like:\n\njs\n$.ajax({\n url: \'/api/pet\',\n type: \'POST\',\n data: { name: \'Manny\', species: \'cat\' },\n headers: { \'X-API-Key\': \'foobar\' }\n}).success(function(res){\n\n}).error(function(){\n\n});\n\n\n Not only is it ugly it\'s pretty opinionated, jQuery likes to special-case {4,5}xx, for example you cannot (easily at least) receive a parsed JSON response for say "400 Bad Request". This same request would look like this:\n\njs\nrequest\n .post(\'/api/pet\')\n .send({ name: \'Manny\', species: \'cat\' })\n .set(\'X-API-Key\', \'foobar\')\n .set(\'Accept\', \'application/json\')\n .end(function(error, res){\n\n });\n\n\nbuilding on the existing API internally we also provide something similar to $.post() for those times in life where your interactions are very basic:\n\njs\nrequest.post(\'/api/pet\', cat, function(error, res){\n\n});\n\n\n## Running node tests\n\n Install dependencies:\n\n $ npm install\n\n Run em!\n\n $ make test\n\n## Running browser tests\n\n Install the test server deps (nodejs / express):\n\n $ npm install\n\n Start the test server:\n\n $ make test-server\n\n Visit localhost:4000/ in the browser.\n\n## Browser build\n\n The browser build of superagent is located in ./superagent.js\n\n## Examples:\n\n- agency tests\n- express demo app\n\n## Wiki\n\n For superagent extensions such as couchdb and oauth visit the wiki.\n\n## License\n\n MIT\n', 105 silly resolved readmeFilename: 'Readme.md', 105 silly resolved bugs: { url: 'https://github.com/visionmedia/superagent/issues' }, 105 silly resolved homepage: 'https://github.com/visionmedia/superagent', 105 silly resolved _id: 'superagent@0.15.5', 105 silly resolved _from: 'superagent@0.15.5' } ] 106 info install step@0.0.5 into c:\Dev\node-archives\node_modules\node-neo4j 107 info install superagent@0.15.5 into c:\Dev\node-archives\node_modules\node-neo4j 108 info installOne step@0.0.5 109 info installOne superagent@0.15.5 110 info c:\Dev\node-archives\node_modules\node-neo4j\node_modules\step unbuild 111 info c:\Dev\node-archives\node_modules\node-neo4j\node_modules\superagent unbuild 112 verbose tar unpack C:\Users\Delek\AppData\Roaming\npm-cache\step\0.0.5\package.tgz 113 silly lockFile 4b86c21e-les-node-neo4j-node-modules-step tar://c:\Dev\node-archives\node_modules\node-neo4j\node_modules\step 114 verbose lock tar://c:\Dev\node-archives\node_modules\node-neo4j\node_modules\step C:\Users\Delek\AppData\Roaming\npm-cache\4b86c21e-les-node-neo4j-node-modules-step.lock 115 silly lockFile 43618499-npm-cache-step-0-0-5-package-tgz tar://C:\Users\Delek\AppData\Roaming\npm-cache\step\0.0.5\package.tgz 116 verbose lock tar://C:\Users\Delek\AppData\Roaming\npm-cache\step\0.0.5\package.tgz C:\Users\Delek\AppData\Roaming\npm-cache\43618499-npm-cache-step-0-0-5-package-tgz.lock 117 verbose tar unpack C:\Users\Delek\AppData\Roaming\npm-cache\superagent\0.15.5\package.tgz 118 silly lockFile 7b607f5a-de-neo4j-node-modules-superagent tar://c:\Dev\node-archives\node_modules\node-neo4j\node_modules\superagent 119 verbose lock tar://c:\Dev\node-archives\node_modules\node-neo4j\node_modules\superagent C:\Users\Delek\AppData\Roaming\npm-cache\7b607f5a-de-neo4j-node-modules-superagent.lock 120 silly lockFile 1ba0f3da-he-superagent-0-15-5-package-tgz tar://C:\Users\Delek\AppData\Roaming\npm-cache\superagent\0.15.5\package.tgz 121 verbose lock tar://C:\Users\Delek\AppData\Roaming\npm-cache\superagent\0.15.5\package.tgz C:\Users\Delek\AppData\Roaming\npm-cache\1ba0f3da-he-superagent-0-15-5-package-tgz.lock 122 silly gunzTarPerm modes [ '755', '644' ] 123 silly gunzTarPerm modes [ '755', '644' ] 124 silly gunzTarPerm extractEntry package.json 125 silly gunzTarPerm modified mode [ 'package.json', 438, 420 ] 126 silly gunzTarPerm extractEntry package.json 127 silly gunzTarPerm modified mode [ 'package.json', 438, 420 ] 128 silly gunzTarPerm extractEntry lib/step.js 129 silly gunzTarPerm modified mode [ 'lib/step.js', 438, 420 ] 130 silly gunzTarPerm extractEntry README.markdown 131 silly gunzTarPerm modified mode [ 'README.markdown', 438, 420 ] 132 silly gunzTarPerm extractEntry .npmignore 133 silly gunzTarPerm modified mode [ '.npmignore', 438, 420 ] 134 silly gunzTarPerm extractEntry superagent.js 135 silly gunzTarPerm modified mode [ 'superagent.js', 438, 420 ] 136 silly gunzTarPerm extractEntry test/callbackTest.js 137 silly gunzTarPerm modified mode [ 'test/callbackTest.js', 438, 420 ] 138 silly gunzTarPerm extractEntry test/errorTest.js 139 silly gunzTarPerm modified mode [ 'test/errorTest.js', 438, 420 ] 140 silly gunzTarPerm extractEntry test.js 141 silly gunzTarPerm modified mode [ 'test.js', 438, 420 ] 142 silly gunzTarPerm extractEntry docs/head.html 143 silly gunzTarPerm modified mode [ 'docs/head.html', 438, 420 ] 144 silly gunzTarPerm extractEntry docs/index.md 145 silly gunzTarPerm modified mode [ 'docs/index.md', 438, 420 ] 146 silly gunzTarPerm extractEntry test/fnTest.js 147 silly gunzTarPerm modified mode [ 'test/fnTest.js', 438, 420 ] 148 silly gunzTarPerm extractEntry test/groupTest.js 149 silly gunzTarPerm modified mode [ 'test/groupTest.js', 438, 420 ] 150 silly gunzTarPerm extractEntry test/helper.js 151 silly gunzTarPerm modified mode [ 'test/helper.js', 438, 420 ] 152 silly gunzTarPerm extractEntry test/parallelTest.js 153 silly gunzTarPerm modified mode [ 'test/parallelTest.js', 438, 420 ] 154 silly gunzTarPerm extractEntry docs/tail.html 155 silly gunzTarPerm modified mode [ 'docs/tail.html', 438, 420 ] 156 silly gunzTarPerm extractEntry History.md 157 silly gunzTarPerm modified mode [ 'History.md', 438, 420 ] 158 silly gunzTarPerm extractEntry .travis.yml 159 silly gunzTarPerm modified mode [ '.travis.yml', 438, 420 ] 160 silly gunzTarPerm extractEntry Makefile 161 silly gunzTarPerm modified mode [ 'Makefile', 438, 420 ] 162 silly gunzTarPerm extractEntry components/component-emitter/index.js 163 silly gunzTarPerm modified mode [ 'components/component-emitter/index.js', 438, 420 ] 164 silly gunzTarPerm extractEntry components/component-emitter/component.json 165 silly gunzTarPerm modified mode [ 'components/component-emitter/component.json', 438, 420 ] 166 silly lockFile 4b86c21e-les-node-neo4j-node-modules-step tar://c:\Dev\node-archives\node_modules\node-neo4j\node_modules\step 167 silly lockFile 4b86c21e-les-node-neo4j-node-modules-step tar://c:\Dev\node-archives\node_modules\node-neo4j\node_modules\step 168 silly lockFile 43618499-npm-cache-step-0-0-5-package-tgz tar://C:\Users\Delek\AppData\Roaming\npm-cache\step\0.0.5\package.tgz 169 silly lockFile 43618499-npm-cache-step-0-0-5-package-tgz tar://C:\Users\Delek\AppData\Roaming\npm-cache\step\0.0.5\package.tgz 170 info preinstall step@0.0.5 171 silly gunzTarPerm extractEntry components/component-indexof/index.js 172 silly gunzTarPerm modified mode [ 'components/component-indexof/index.js', 438, 420 ] 173 silly gunzTarPerm extractEntry components/component-indexof/component.json 174 silly gunzTarPerm modified mode [ 'components/component-indexof/component.json', 438, 420 ] 175 verbose readDependencies using package.json deps 176 verbose readDependencies using package.json deps 177 silly resolved [] 178 verbose about to build c:\Dev\node-archives\node_modules\node-neo4j\node_modules\step 179 info build c:\Dev\node-archives\node_modules\node-neo4j\node_modules\step 180 verbose linkStuff [ false, 180 verbose linkStuff false, 180 verbose linkStuff false, 180 verbose linkStuff 'c:\Dev\node-archives\node_modules\node-neo4j\node_modules' ] 181 info linkStuff step@0.0.5 182 verbose linkBins step@0.0.5 183 verbose linkMans step@0.0.5 184 verbose rebuildBundles step@0.0.5 185 info install step@0.0.5 186 info postinstall step@0.0.5 187 silly gunzTarPerm extractEntry components/RedVentures-reduce/index.js 188 silly gunzTarPerm modified mode [ 'components/RedVentures-reduce/index.js', 438, 420 ] 189 silly gunzTarPerm extractEntry components/RedVentures-reduce/component.json 190 silly gunzTarPerm modified mode [ 'components/RedVentures-reduce/component.json', 438, 420 ] 191 silly gunzTarPerm extractEntry Readme.md 192 silly gunzTarPerm modified mode [ 'Readme.md', 438, 420 ] 193 silly gunzTarPerm extractEntry component.json 194 silly gunzTarPerm modified mode [ 'component.json', 438, 420 ] 195 silly gunzTarPerm extractEntry lib/client.js 196 silly gunzTarPerm modified mode [ 'lib/client.js', 438, 420 ] 197 silly gunzTarPerm extractEntry lib/node/agent.js 198 silly gunzTarPerm modified mode [ 'lib/node/agent.js', 438, 420 ] 199 silly gunzTarPerm extractEntry lib/node/index.js 200 silly gunzTarPerm modified mode [ 'lib/node/index.js', 438, 420 ] 201 silly gunzTarPerm extractEntry lib/node/part.js 202 silly gunzTarPerm modified mode [ 'lib/node/part.js', 438, 420 ] 203 silly gunzTarPerm extractEntry lib/node/response.js 204 silly gunzTarPerm modified mode [ 'lib/node/response.js', 438, 420 ] 205 silly gunzTarPerm extractEntry lib/node/utils.js 206 silly gunzTarPerm modified mode [ 'lib/node/utils.js', 438, 420 ] 207 silly gunzTarPerm extractEntry lib/node/parsers/index.js 208 silly gunzTarPerm modified mode [ 'lib/node/parsers/index.js', 438, 420 ] 209 silly gunzTarPerm extractEntry lib/node/parsers/json.js 210 silly gunzTarPerm modified mode [ 'lib/node/parsers/json.js', 438, 420 ] 211 silly gunzTarPerm extractEntry lib/node/parsers/text.js 212 silly gunzTarPerm modified mode [ 'lib/node/parsers/text.js', 438, 420 ] 213 silly gunzTarPerm extractEntry lib/node/parsers/urlencoded.js 214 silly gunzTarPerm modified mode [ 'lib/node/parsers/urlencoded.js', 438, 420 ] 215 silly lockFile 7b607f5a-de-neo4j-node-modules-superagent tar://c:\Dev\node-archives\node_modules\node-neo4j\node_modules\superagent 216 silly lockFile 7b607f5a-de-neo4j-node-modules-superagent tar://c:\Dev\node-archives\node_modules\node-neo4j\node_modules\superagent 217 silly lockFile 1ba0f3da-he-superagent-0-15-5-package-tgz tar://C:\Users\Delek\AppData\Roaming\npm-cache\superagent\0.15.5\package.tgz 218 silly lockFile 1ba0f3da-he-superagent-0-15-5-package-tgz tar://C:\Users\Delek\AppData\Roaming\npm-cache\superagent\0.15.5\package.tgz 219 info preinstall superagent@0.15.5 220 verbose readDependencies using package.json deps 221 verbose readDependencies using package.json deps 222 verbose cache add [ 'qs@0.6.5', null ] 223 verbose cache add name=undefined spec="qs@0.6.5" args=["qs@0.6.5",null] 224 verbose parsed url { protocol: null, 224 verbose parsed url slashes: null, 224 verbose parsed url auth: null, 224 verbose parsed url host: null, 224 verbose parsed url port: null, 224 verbose parsed url hostname: null, 224 verbose parsed url hash: null, 224 verbose parsed url search: null, 224 verbose parsed url query: null, 224 verbose parsed url pathname: 'qs@0.6.5', 224 verbose parsed url path: 'qs@0.6.5', 224 verbose parsed url href: 'qs@0.6.5' } 225 verbose cache add name="qs" spec="0.6.5" args=["qs","0.6.5"] 226 verbose parsed url { protocol: null, 226 verbose parsed url slashes: null, 226 verbose parsed url auth: null, 226 verbose parsed url host: null, 226 verbose parsed url port: null, 226 verbose parsed url hostname: null, 226 verbose parsed url hash: null, 226 verbose parsed url search: null, 226 verbose parsed url query: null, 226 verbose parsed url pathname: '0.6.5', 226 verbose parsed url path: '0.6.5', 226 verbose parsed url href: '0.6.5' } 227 verbose addNamed [ 'qs', '0.6.5' ] 228 verbose addNamed [ '0.6.5', '0.6.5' ] 229 silly lockFile f5e5a40f-qs-0-6-5 qs@0.6.5 230 verbose lock qs@0.6.5 C:\Users\Delek\AppData\Roaming\npm-cache\f5e5a40f-qs-0-6-5.lock 231 verbose cache add [ 'formidable@1.0.14', null ] 232 verbose cache add name=undefined spec="formidable@1.0.14" args=["formidable@1.0.14",null] 233 verbose parsed url { protocol: null, 233 verbose parsed url slashes: null, 233 verbose parsed url auth: null, 233 verbose parsed url host: null, 233 verbose parsed url port: null, 233 verbose parsed url hostname: null, 233 verbose parsed url hash: null, 233 verbose parsed url search: null, 233 verbose parsed url query: null, 233 verbose parsed url pathname: 'formidable@1.0.14', 233 verbose parsed url path: 'formidable@1.0.14', 233 verbose parsed url href: 'formidable@1.0.14' } 234 verbose cache add name="formidable" spec="1.0.14" args=["formidable","1.0.14"] 235 verbose parsed url { protocol: null, 235 verbose parsed url slashes: null, 235 verbose parsed url auth: null, 235 verbose parsed url host: null, 235 verbose parsed url port: null, 235 verbose parsed url hostname: null, 235 verbose parsed url hash: null, 235 verbose parsed url search: null, 235 verbose parsed url query: null, 235 verbose parsed url pathname: '1.0.14', 235 verbose parsed url path: '1.0.14', 235 verbose parsed url href: '1.0.14' } 236 verbose addNamed [ 'formidable', '1.0.14' ] 237 verbose addNamed [ '1.0.14', '1.0.14' ] 238 silly lockFile 3f08b74a-formidable-1-0-14 formidable@1.0.14 239 verbose lock formidable@1.0.14 C:\Users\Delek\AppData\Roaming\npm-cache\3f08b74a-formidable-1-0-14.lock 240 verbose cache add [ 'mime@1.2.5', null ] 241 verbose cache add name=undefined spec="mime@1.2.5" args=["mime@1.2.5",null] 242 verbose parsed url { protocol: null, 242 verbose parsed url slashes: null, 242 verbose parsed url auth: null, 242 verbose parsed url host: null, 242 verbose parsed url port: null, 242 verbose parsed url hostname: null, 242 verbose parsed url hash: null, 242 verbose parsed url search: null, 242 verbose parsed url query: null, 242 verbose parsed url pathname: 'mime@1.2.5', 242 verbose parsed url path: 'mime@1.2.5', 242 verbose parsed url href: 'mime@1.2.5' } 243 verbose cache add name="mime" spec="1.2.5" args=["mime","1.2.5"] 244 verbose parsed url { protocol: null, 244 verbose parsed url slashes: null, 244 verbose parsed url auth: null, 244 verbose parsed url host: null, 244 verbose parsed url port: null, 244 verbose parsed url hostname: null, 244 verbose parsed url hash: null, 244 verbose parsed url search: null, 244 verbose parsed url query: null, 244 verbose parsed url pathname: '1.2.5', 244 verbose parsed url path: '1.2.5', 244 verbose parsed url href: '1.2.5' } 245 verbose addNamed [ 'mime', '1.2.5' ] 246 verbose addNamed [ '1.2.5', '1.2.5' ] 247 silly lockFile d81daa29-mime-1-2-5 mime@1.2.5 248 verbose lock mime@1.2.5 C:\Users\Delek\AppData\Roaming\npm-cache\d81daa29-mime-1-2-5.lock 249 verbose cache add [ 'emitter-component@1.0.0', null ] 250 verbose cache add name=undefined spec="emitter-component@1.0.0" args=["emitter-component@1.0.0",null] 251 verbose parsed url { protocol: null, 251 verbose parsed url slashes: null, 251 verbose parsed url auth: null, 251 verbose parsed url host: null, 251 verbose parsed url port: null, 251 verbose parsed url hostname: null, 251 verbose parsed url hash: null, 251 verbose parsed url search: null, 251 verbose parsed url query: null, 251 verbose parsed url pathname: 'emitter-component@1.0.0', 251 verbose parsed url path: 'emitter-component@1.0.0', 251 verbose parsed url href: 'emitter-component@1.0.0' } 252 verbose cache add name="emitter-component" spec="1.0.0" args=["emitter-component","1.0.0"] 253 verbose parsed url { protocol: null, 253 verbose parsed url slashes: null, 253 verbose parsed url auth: null, 253 verbose parsed url host: null, 253 verbose parsed url port: null, 253 verbose parsed url hostname: null, 253 verbose parsed url hash: null, 253 verbose parsed url search: null, 253 verbose parsed url query: null, 253 verbose parsed url pathname: '1.0.0', 253 verbose parsed url path: '1.0.0', 253 verbose parsed url href: '1.0.0' } 254 verbose addNamed [ 'emitter-component', '1.0.0' ] 255 verbose addNamed [ '1.0.0', '1.0.0' ] 256 silly lockFile 07597ef1-emitter-component-1-0-0 emitter-component@1.0.0 257 verbose lock emitter-component@1.0.0 C:\Users\Delek\AppData\Roaming\npm-cache\07597ef1-emitter-component-1-0-0.lock 258 verbose cache add [ 'methods@0.0.1', null ] 259 verbose cache add name=undefined spec="methods@0.0.1" args=["methods@0.0.1",null] 260 verbose parsed url { protocol: null, 260 verbose parsed url slashes: null, 260 verbose parsed url auth: null, 260 verbose parsed url host: null, 260 verbose parsed url port: null, 260 verbose parsed url hostname: null, 260 verbose parsed url hash: null, 260 verbose parsed url search: null, 260 verbose parsed url query: null, 260 verbose parsed url pathname: 'methods@0.0.1', 260 verbose parsed url path: 'methods@0.0.1', 260 verbose parsed url href: 'methods@0.0.1' } 261 verbose cache add name="methods" spec="0.0.1" args=["methods","0.0.1"] 262 verbose parsed url { protocol: null, 262 verbose parsed url slashes: null, 262 verbose parsed url auth: null, 262 verbose parsed url host: null, 262 verbose parsed url port: null, 262 verbose parsed url hostname: null, 262 verbose parsed url hash: null, 262 verbose parsed url search: null, 262 verbose parsed url query: null, 262 verbose parsed url pathname: '0.0.1', 262 verbose parsed url path: '0.0.1', 262 verbose parsed url href: '0.0.1' } 263 verbose addNamed [ 'methods', '0.0.1' ] 264 verbose addNamed [ '0.0.1', '0.0.1' ] 265 silly lockFile 209c2920-methods-0-0-1 methods@0.0.1 266 verbose lock methods@0.0.1 C:\Users\Delek\AppData\Roaming\npm-cache\209c2920-methods-0-0-1.lock 267 verbose cache add [ 'cookiejar@1.3.0', null ] 268 verbose cache add name=undefined spec="cookiejar@1.3.0" args=["cookiejar@1.3.0",null] 269 verbose parsed url { protocol: null, 269 verbose parsed url slashes: null, 269 verbose parsed url auth: null, 269 verbose parsed url host: null, 269 verbose parsed url port: null, 269 verbose parsed url hostname: null, 269 verbose parsed url hash: null, 269 verbose parsed url search: null, 269 verbose parsed url query: null, 269 verbose parsed url pathname: 'cookiejar@1.3.0', 269 verbose parsed url path: 'cookiejar@1.3.0', 269 verbose parsed url href: 'cookiejar@1.3.0' } 270 verbose cache add name="cookiejar" spec="1.3.0" args=["cookiejar","1.3.0"] 271 verbose parsed url { protocol: null, 271 verbose parsed url slashes: null, 271 verbose parsed url auth: null, 271 verbose parsed url host: null, 271 verbose parsed url port: null, 271 verbose parsed url hostname: null, 271 verbose parsed url hash: null, 271 verbose parsed url search: null, 271 verbose parsed url query: null, 271 verbose parsed url pathname: '1.3.0', 271 verbose parsed url path: '1.3.0', 271 verbose parsed url href: '1.3.0' } 272 verbose addNamed [ 'cookiejar', '1.3.0' ] 273 verbose addNamed [ '1.3.0', '1.3.0' ] 274 silly lockFile 193262bd-cookiejar-1-3-0 cookiejar@1.3.0 275 verbose lock cookiejar@1.3.0 C:\Users\Delek\AppData\Roaming\npm-cache\193262bd-cookiejar-1-3-0.lock 276 verbose cache add [ 'debug@~0.7.2', null ] 277 verbose cache add name=undefined spec="debug@~0.7.2" args=["debug@~0.7.2",null] 278 verbose parsed url { protocol: null, 278 verbose parsed url slashes: null, 278 verbose parsed url auth: null, 278 verbose parsed url host: null, 278 verbose parsed url port: null, 278 verbose parsed url hostname: null, 278 verbose parsed url hash: null, 278 verbose parsed url search: null, 278 verbose parsed url query: null, 278 verbose parsed url pathname: 'debug@~0.7.2', 278 verbose parsed url path: 'debug@~0.7.2', 278 verbose parsed url href: 'debug@~0.7.2' } 279 verbose cache add name="debug" spec="~0.7.2" args=["debug","~0.7.2"] 280 verbose parsed url { protocol: null, 280 verbose parsed url slashes: null, 280 verbose parsed url auth: null, 280 verbose parsed url host: null, 280 verbose parsed url port: null, 280 verbose parsed url hostname: null, 280 verbose parsed url hash: null, 280 verbose parsed url search: null, 280 verbose parsed url query: null, 280 verbose parsed url pathname: '~0.7.2', 280 verbose parsed url path: '~0.7.2', 280 verbose parsed url href: '~0.7.2' } 281 verbose addNamed [ 'debug', '~0.7.2' ] 282 verbose addNamed [ null, '>=0.7.2-0 <0.8.0-0' ] 283 silly lockFile d0156cbb-debug-0-7-2 debug@~0.7.2 284 verbose lock debug@~0.7.2 C:\Users\Delek\AppData\Roaming\npm-cache\d0156cbb-debug-0-7-2.lock 285 verbose cache add [ 'reduce@RedVentures/reduce#346d59', null ] 286 verbose cache add name=undefined spec="reduce@RedVentures/reduce#346d59" args=["reduce@RedVentures/reduce#346d59",null] 287 verbose parsed url { protocol: null, 287 verbose parsed url slashes: null, 287 verbose parsed url auth: null, 287 verbose parsed url host: null, 287 verbose parsed url port: null, 287 verbose parsed url hostname: null, 287 verbose parsed url hash: '#346d59', 287 verbose parsed url search: null, 287 verbose parsed url query: null, 287 verbose parsed url pathname: 'reduce@RedVentures/reduce', 287 verbose parsed url path: 'reduce@RedVentures/reduce', 287 verbose parsed url href: 'reduce@RedVentures/reduce#346d59' } 288 verbose cache add name="reduce" spec="RedVentures/reduce#346d59" args=["reduce","RedVentures/reduce#346d59"] 289 verbose parsed url { protocol: null, 289 verbose parsed url slashes: null, 289 verbose parsed url auth: null, 289 verbose parsed url host: null, 289 verbose parsed url port: null, 289 verbose parsed url hostname: null, 289 verbose parsed url hash: '#346d59', 289 verbose parsed url search: null, 289 verbose parsed url query: null, 289 verbose parsed url pathname: 'RedVentures/reduce', 289 verbose parsed url path: 'RedVentures/reduce', 289 verbose parsed url href: 'RedVentures/reduce#346d59' } 290 verbose addNamed [ 'reduce', 'RedVentures/reduce#346d59' ] 291 verbose addNamed [ null, null ] 292 silly lockFile d54a36d2-reduce-RedVentures-reduce-346d59 reduce@RedVentures/reduce#346d59 293 verbose lock reduce@RedVentures/reduce#346d59 C:\Users\Delek\AppData\Roaming\npm-cache\d54a36d2-reduce-RedVentures-reduce-346d59.lock 294 silly addNameRange { name: 'debug', range: '>=0.7.2-0 <0.8.0-0', hasData: false } 295 info addNameTag [ 'reduce', 'RedVentures/reduce#346d59' ] 296 verbose url raw qs/0.6.5 297 verbose url resolving [ 'https://registry.npmjs.org/', './qs/0.6.5' ] 298 verbose url resolved https://registry.npmjs.org/qs/0.6.5 299 info trying registry request attempt 1 at 12:32:46 300 verbose etag "3QCZ5VLZZ9DF4DS16FVUOJTBH" 301 http GET https://registry.npmjs.org/qs/0.6.5 302 verbose url raw formidable/1.0.14 303 verbose url resolving [ 'https://registry.npmjs.org/', './formidable/1.0.14' ] 304 verbose url resolved https://registry.npmjs.org/formidable/1.0.14 305 info trying registry request attempt 1 at 12:32:47 306 verbose etag "394IWNH0P536REW1GA7GUQ2ZE" 307 http GET https://registry.npmjs.org/formidable/1.0.14 308 verbose url raw mime/1.2.5 309 verbose url resolving [ 'https://registry.npmjs.org/', './mime/1.2.5' ] 310 verbose url resolved https://registry.npmjs.org/mime/1.2.5 311 info trying registry request attempt 1 at 12:32:47 312 verbose etag "AX8THJERCD2GIW5CYS2GQWA1Q" 313 http GET https://registry.npmjs.org/mime/1.2.5 314 verbose url raw emitter-component/1.0.0 315 verbose url resolving [ 'https://registry.npmjs.org/', './emitter-component/1.0.0' ] 316 verbose url resolved https://registry.npmjs.org/emitter-component/1.0.0 317 info trying registry request attempt 1 at 12:32:47 318 verbose etag "4CUIMR7KPT80WTW9PHF98M0ZG" 319 http GET https://registry.npmjs.org/emitter-component/1.0.0 320 verbose url raw cookiejar/1.3.0 321 verbose url resolving [ 'https://registry.npmjs.org/', './cookiejar/1.3.0' ] 322 verbose url resolved https://registry.npmjs.org/cookiejar/1.3.0 323 info trying registry request attempt 1 at 12:32:47 324 verbose etag "8Z7D1YWABEAG0IPTGKDJD8PL8" 325 http GET https://registry.npmjs.org/cookiejar/1.3.0 326 verbose url raw debug 327 verbose url resolving [ 'https://registry.npmjs.org/', './debug' ] 328 verbose url resolved https://registry.npmjs.org/debug 329 info trying registry request attempt 1 at 12:32:47 330 verbose etag "E9Z2V85DCPPXFJX5YK5OXCWV" 331 http GET https://registry.npmjs.org/debug 332 verbose url raw reduce 333 verbose url resolving [ 'https://registry.npmjs.org/', './reduce' ] 334 verbose url resolved https://registry.npmjs.org/reduce 335 info trying registry request attempt 1 at 12:32:47 336 verbose etag "V79QUYQ60X5EQX9HDJWB4ECK" 337 http GET https://registry.npmjs.org/reduce 338 verbose url raw methods/0.0.1 339 verbose url resolving [ 'https://registry.npmjs.org/', './methods/0.0.1' ] 340 verbose url resolved https://registry.npmjs.org/methods/0.0.1 341 info trying registry request attempt 1 at 12:32:47 342 verbose etag "DXWZF00AUGXVPC4EHK9BFXEIL" 343 http GET https://registry.npmjs.org/methods/0.0.1 344 http 304 https://registry.npmjs.org/mime/1.2.5 345 silly registry.get cb [ 304, 345 silly registry.get { date: 'Sat, 22 Feb 2014 20:32:44 GMT', 345 silly registry.get server: 'Apache', 345 silly registry.get connection: 'Keep-Alive', 345 silly registry.get 'keep-alive': 'timeout=10, max=50', 345 silly registry.get etag: '"AX8THJERCD2GIW5CYS2GQWA1Q"', 345 silly registry.get 'cache-control': 'max-age=1', 345 silly registry.get vary: 'Accept' } ] 346 verbose etag mime/1.2.5 from cache 347 http 304 https://registry.npmjs.org/cookiejar/1.3.0 348 silly registry.get cb [ 304, 348 silly registry.get { date: 'Sat, 22 Feb 2014 20:32:44 GMT', 348 silly registry.get server: 'Apache', 348 silly registry.get connection: 'Keep-Alive', 348 silly registry.get 'keep-alive': 'timeout=10, max=50', 348 silly registry.get etag: '"8Z7D1YWABEAG0IPTGKDJD8PL8"', 348 silly registry.get 'cache-control': 'max-age=1', 348 silly registry.get vary: 'Accept' } ] 349 verbose etag cookiejar/1.3.0 from cache 350 http 304 https://registry.npmjs.org/qs/0.6.5 351 silly registry.get cb [ 304, 351 silly registry.get { date: 'Sat, 22 Feb 2014 20:32:44 GMT', 351 silly registry.get server: 'Apache', 351 silly registry.get connection: 'Keep-Alive', 351 silly registry.get 'keep-alive': 'timeout=10, max=50', 351 silly registry.get etag: '"3QCZ5VLZZ9DF4DS16FVUOJTBH"', 351 silly registry.get 'cache-control': 'max-age=1', 351 silly registry.get vary: 'Accept' } ] 352 verbose etag qs/0.6.5 from cache 353 http 304 https://registry.npmjs.org/emitter-component/1.0.0 354 silly registry.get cb [ 304, 354 silly registry.get { date: 'Sat, 22 Feb 2014 20:32:44 GMT', 354 silly registry.get server: 'Apache', 354 silly registry.get connection: 'Keep-Alive', 354 silly registry.get 'keep-alive': 'timeout=10, max=50', 354 silly registry.get etag: '"4CUIMR7KPT80WTW9PHF98M0ZG"', 354 silly registry.get 'cache-control': 'max-age=1', 354 silly registry.get vary: 'Accept' } ] 355 verbose etag emitter-component/1.0.0 from cache 356 silly lockFile d81daa29-mime-1-2-5 mime@1.2.5 357 silly lockFile d81daa29-mime-1-2-5 mime@1.2.5 358 silly lockFile 193262bd-cookiejar-1-3-0 cookiejar@1.3.0 359 silly lockFile 193262bd-cookiejar-1-3-0 cookiejar@1.3.0 360 silly lockFile f5e5a40f-qs-0-6-5 qs@0.6.5 361 silly lockFile f5e5a40f-qs-0-6-5 qs@0.6.5 362 silly lockFile 07597ef1-emitter-component-1-0-0 emitter-component@1.0.0 363 silly lockFile 07597ef1-emitter-component-1-0-0 emitter-component@1.0.0 364 http 304 https://registry.npmjs.org/formidable/1.0.14 365 silly registry.get cb [ 304, 365 silly registry.get { date: 'Sat, 22 Feb 2014 20:32:44 GMT', 365 silly registry.get server: 'Apache', 365 silly registry.get connection: 'Keep-Alive', 365 silly registry.get 'keep-alive': 'timeout=10, max=50', 365 silly registry.get etag: '"394IWNH0P536REW1GA7GUQ2ZE"', 365 silly registry.get 'cache-control': 'max-age=1', 365 silly registry.get vary: 'Accept' } ] 366 verbose etag formidable/1.0.14 from cache 367 silly lockFile 3f08b74a-formidable-1-0-14 formidable@1.0.14 368 silly lockFile 3f08b74a-formidable-1-0-14 formidable@1.0.14 369 http 304 https://registry.npmjs.org/methods/0.0.1 370 silly registry.get cb [ 304, 370 silly registry.get { date: 'Sat, 22 Feb 2014 20:32:44 GMT', 370 silly registry.get server: 'Apache', 370 silly registry.get connection: 'Keep-Alive', 370 silly registry.get 'keep-alive': 'timeout=10, max=49', 370 silly registry.get etag: '"DXWZF00AUGXVPC4EHK9BFXEIL"', 370 silly registry.get 'cache-control': 'max-age=1', 370 silly registry.get vary: 'Accept' } ] 371 verbose etag methods/0.0.1 from cache 372 http 304 https://registry.npmjs.org/reduce 373 silly registry.get cb [ 304, 373 silly registry.get { date: 'Sat, 22 Feb 2014 20:32:44 GMT', 373 silly registry.get server: 'Apache', 373 silly registry.get connection: 'Keep-Alive', 373 silly registry.get 'keep-alive': 'timeout=10, max=49', 373 silly registry.get etag: '"V79QUYQ60X5EQX9HDJWB4ECK"', 373 silly registry.get 'cache-control': 'max-age=1', 373 silly registry.get vary: 'Accept' } ] 374 verbose etag reduce from cache 375 silly lockFile 209c2920-methods-0-0-1 methods@0.0.1 376 silly lockFile 209c2920-methods-0-0-1 methods@0.0.1 377 info maybeGithub Attempting RedVentures/reduce#346d59 from git://github.com/RedVentures/reduce#346d59 378 silly lockFile 395eadb2-ub-com-RedVentures-reduce-346d59 git://github.com/RedVentures/reduce#346d59 379 verbose lock git://github.com/RedVentures/reduce#346d59 C:\Users\Delek\AppData\Roaming\npm-cache\395eadb2-ub-com-RedVentures-reduce-346d59.lock 380 verbose addRemoteGit [ 'git://github.com/RedVentures/reduce', '346d59' ] 381 silly lockFile 12050916-it-github-com-RedVentures-reduce git://github.com/RedVentures/reduce 382 info maybeGithub Attempting RedVentures/reduce#346d59 from git+ssh://git@github.com:RedVentures/reduce#346d59 383 silly lockFile 20bed530-ub-com-RedVentures-reduce-346d59 git+ssh://git@github.com:RedVentures/reduce#346d59 384 verbose lock git+ssh://git@github.com:RedVentures/reduce#346d59 C:\Users\Delek\AppData\Roaming\npm-cache\20bed530-ub-com-RedVentures-reduce-346d59.lock 385 verbose addRemoteGit [ 'git@github.com:RedVentures/reduce', '346d59' ] 386 silly lockFile a975f742-it-github-com-RedVentures-reduce git@github.com:RedVentures/reduce 387 silly lockFile d54a36d2-reduce-RedVentures-reduce-346d59 reduce@RedVentures/reduce#346d59 388 silly lockFile d54a36d2-reduce-RedVentures-reduce-346d59 reduce@RedVentures/reduce#346d59 389 verbose about to build c:\Dev\node-archives\node_modules\node-neo4j\node_modules\superagent 390 info c:\Dev\node-archives\node_modules\node-neo4j\node_modules\superagent unbuild 391 info preuninstall superagent@0.15.5 392 http 304 https://registry.npmjs.org/debug 393 silly registry.get cb [ 304, 393 silly registry.get { date: 'Sat, 22 Feb 2014 20:32:44 GMT', 393 silly registry.get server: 'Apache', 393 silly registry.get connection: 'Keep-Alive', 393 silly registry.get 'keep-alive': 'timeout=10, max=49', 393 silly registry.get etag: '"E9Z2V85DCPPXFJX5YK5OXCWV"', 393 silly registry.get 'cache-control': 'max-age=1', 393 silly registry.get vary: 'Accept' } ] 394 verbose etag debug from cache 395 info uninstall superagent@0.15.5 396 verbose false,c:\Dev\node-archives\node_modules,c:\Dev\node-archives\node_modules\node-neo4j\node_modules unbuild superagent@0.15.5 397 info postuninstall superagent@0.15.5 398 silly addNameRange number 2 { name: 'debug', range: '>=0.7.2-0 <0.8.0-0', hasData: true } 399 silly addNameRange versions [ 'debug', 399 silly addNameRange [ '0.0.1', 399 silly addNameRange '0.1.0', 399 silly addNameRange '0.2.0', 399 silly addNameRange '0.3.0', 399 silly addNameRange '0.4.0', 399 silly addNameRange '0.4.1', 399 silly addNameRange '0.5.0', 399 silly addNameRange '0.6.0', 399 silly addNameRange '0.7.0', 399 silly addNameRange '0.7.1', 399 silly addNameRange '0.7.2', 399 silly addNameRange '0.7.3', 399 silly addNameRange '0.7.4' ] ] 400 verbose addNamed [ 'debug', '0.7.4' ] 401 verbose addNamed [ '0.7.4', '0.7.4' ] 402 silly lockFile 16160008-debug-0-7-4 debug@0.7.4 403 verbose lock debug@0.7.4 C:\Users\Delek\AppData\Roaming\npm-cache\16160008-debug-0-7-4.lock 404 silly lockFile 16160008-debug-0-7-4 debug@0.7.4 405 silly lockFile 16160008-debug-0-7-4 debug@0.7.4 406 silly lockFile d0156cbb-debug-0-7-2 debug@~0.7.2 407 silly lockFile d0156cbb-debug-0-7-2 debug@~0.7.2 408 verbose about to build c:\Dev\node-archives\node_modules\node-neo4j 409 info c:\Dev\node-archives\node_modules\node-neo4j unbuild 410 info preuninstall node-neo4j@2.0.0-RC5 411 info uninstall node-neo4j@2.0.0-RC5 412 verbose true,c:\Dev\node-archives\node_modules,c:\Dev\node-archives\node_modules unbuild node-neo4j@2.0.0-RC5 413 info postuninstall node-neo4j@2.0.0-RC5 414 error notarget No compatible version found: reduce@'RedVentures/reduce#346d59' 414 error notarget Valid install targets: 414 error notarget ["0.1.0","0.1.2"] 414 error notarget 414 error notarget This is most likely not a problem with npm itself. 414 error notarget In most cases you or one of your dependencies are requesting 414 error notarget a package version that doesn't exist. 415 error System Windows_NT 6.2.9200 416 error command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "node-neo4j@2.0.0-RC5" "--verbose" 417 error cwd c:\Dev\node-archives 418 error node -v v0.10.25 419 error npm -v 1.3.24 420 error code ETARGET 421 verbose exit [ 1, true ]

planeguy commented 10 years ago

And apparently it's a weasel in a top hat that breaks the formatting.

philippkueng commented 10 years ago

lol! thanks for the log. I have a windows setup now and was able to reproduce it. Coming up with a fix should not take too long. Will keep you posted.

planeguy commented 10 years ago

:+1: :)

philippkueng commented 10 years ago

Hi @planeguy, think i got the problem fixed, updated the dependency and tested it again on windows.

Let me know if npm install node-neo4j@2.0.0-RC6 works for you, i'll close the issue in the meanwhile

planeguy commented 10 years ago

That's got it working! :+1: