Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install error! #54

Closed
DrayChou opened this issue Dec 21, 2011 · 2 comments
Closed

install error! #54

DrayChou opened this issue Dec 21, 2011 · 2 comments

Comments

@DrayChou
Copy link

info it worked if it ends with ok
verbose cli [ 'E:\nodejs\node.exe',
verbose cli 'E:\nodejs\node_modules\npm\bin\npm-cli.js',
verbose cli 'install',
verbose cli 'sqlite3' ]
info using npm@1.1.0-beta-4
info using node@v0.6.6
verbose config file C:\Users\Dray.npmrc
verbose config file E:\nodejs\etc\npmrc
verbose config file E:\nodejs\node_modules\npm\npmrc
verbose mkdir done: E:\nodejs 755
verbose caching E:\nodejs\node_modules\express\package.json
verbose loadDefaults express@2.5.2
verbose caching E:\nodejs\node_modules\jade\package.json
verbose loadDefaults jade@0.19.0
verbose caching E:\nodejs\node_modules\npm\package.json
verbose loadDefaults npm@1.1.0-beta-4
verbose into E:\nodejs [ 'sqlite3' ]
verbose cache add sqlite3
verbose cache add [ 'sqlite3', null ]
silly cache add: name, spec, args [ undefined, 'sqlite3', [ 'sqlite3', null ] ]
verbose parsed url { pathname: 'sqlite3', path: 'sqlite3', href: 'sqlite3' }
verbose addNamed [ 'sqlite3', '' ]
verbose addNamed [ null, '' ]
silly name, range, hasData [ 'sqlite3', '', false ]
verbose raw, before any munging sqlite3
verbose url resolving [ 'https://registry.npmjs.org/', './sqlite3' ]
verbose url resolved https://registry.npmjs.org/sqlite3
verbose etag "3QT8FWI1RWDL6KTGC7K123D24"
http GET https://registry.npmjs.org/sqlite3
http 304 https://registry.npmjs.org/sqlite3
silly get cb [ 304,
silly get cb { server: 'CouchDB/1.1.0 (Erlang OTP/R14B04)',
silly get cb etag: '"3QT8FWI1RWDL6KTGC7K123D24"',
silly get cb date: 'Wed, 21 Dec 2011 14:15:21 GMT',
silly get cb 'content-length': '0' } ]
verbose etag sqlite3 from cache
verbose mkdir done: C:\Users\Dray\AppData\Roaming\npm-cache\sqlite3 755
silly name, range, hasData 2 [ 'sqlite3', '', true ]
silly versions [ 'sqlite3',
silly versions [ '2.0.0',
silly versions '2.0.1',
silly versions '2.0.2',
silly versions '2.0.3',
silly versions '2.0.4',
silly versions '2.0.5',
silly versions '2.0.6',
silly versions '2.0.7',
silly versions '2.0.8',
silly versions '2.0.9',
silly versions '2.0.10',
silly versions '2.0.11',
silly versions '2.0.12',
silly versions '2.0.13',
silly versions '2.0.14',
silly versions '2.0.15',
silly versions '2.1.0',
silly versions '2.1.1' ] ]
verbose bin dist [ '0.6-ares1.7.5-DEV-evundefined-openssl0.9.8r-v83.6.6.14-win32-ia32-6.1.7601',
verbose bin dist { shasum: '31cb74d383ac165cdf78a36b6e9bba3655d95d87',
verbose bin dist tarball: 'http://registry.npmjs.org/sqlite3/-/sqlite3-2.1.1.tgz' } ]
verbose has wscript [ undefined,
verbose has wscript { file: 'C:\Users\Dray\AppData\Roaming\npm-cache\sqlite3\2.1.1\package\package.json',
verbose has wscript contributors: false,
verbose has wscript serverjs: false,
verbose has wscript wscript: true } ]
verbose caching C:\Users\Dray\AppData\Roaming\npm-cache\sqlite3\2.1.1\package\package.json
verbose loadDefaults sqlite3@2.1.1
silly resolved [ { name: 'sqlite3',
silly resolved description: 'Asynchronous, non-blocking SQLite3 bindings',
silly resolved version: '2.1.1',
silly resolved homepage: 'http://github.com/developmentseed/node-sqlite3',
silly resolved author:
silly resolved { name: 'Development Seed',
silly resolved email: 'info@developmentseed.org',
silly resolved url: 'http://developmentseed.org/' },
silly resolved contributors:
silly resolved [ { name: 'Konstantin Käfer', email: 'mail@kkaefer.com' },
silly resolved { name: 'Dane Springmeyer', email: 'dane@developmentseed.org' },
silly resolved { name: 'Will White', email: 'will@developmentseed.org' },
silly resolved { name: 'Orlando Vazquez', email: 'ovazquez@gmail.com' },
silly resolved { name: 'Artem Kustikov', email: 'kustikoff@gmail.com' },
silly resolved { name: 'Eric Fredricksen', email: 'efredricksen@gmail.com' },
silly resolved { name: 'John Wright', email: 'mrjjwright@gmail.com' },
silly resolved { name: 'Ryan Dahl', email: 'ry@tinyclouds.org' },
silly resolved { name: 'Tom MacWright', email: 'tom@developmentseed.org' },
silly resolved { name: 'Carter Thaxton', email: 'carter.thaxton@gmail.com' },
silly resolved { name: 'Audrius Kažukauskas', email: 'audrius@neutrino.lt' },
silly resolved { name: 'Johannes Schauer', email: 'josch@pyneo.org' } ],
silly resolved repository:
silly resolved { type: 'git',
silly resolved url: 'git://github.com/developmentseed/node-sqlite3.git' },
silly resolved devDependencies: { step: '0.0.4' },
silly resolved engines: { node: '~0.6.0' },
silly resolved licenses: [ { type: 'BSD' } ],
silly resolved main: './lib/sqlite3',
silly resolved _id: 'sqlite3@2.1.1',
silly resolved scripts: { preinstall: 'node-waf clean || (exit 0); node-waf configure build' },
silly resolved dependencies: {},
silly resolved _engineSupported: true,
silly resolved _npmVersion: '1.1.0-beta-4',
silly resolved _nodeVersion: 'v0.6.6',
silly resolved defaultsLoaded: true } ]
info into E:\nodejs sqlite3@2.1.1
info installOne sqlite3@2.1.1
info unbuild E:\nodejs\node_modules\sqlite3
verbose from cache C:\Users\Dray\AppData\Roaming\npm-cache\sqlite3\2.1.1\package\package.json
verbose mkdir (expected) error ENOENT, no such file or directory 'E:\nodejs\node_modules___sqlite3.npm'
verbose mkdir done: E:\nodejs\node_modules___sqlite3.npm 755
verbose unpack
uid, gid [ undefined, undefined ]
verbose unpackTarget E:\nodejs\node_modules\sqlite3
silly gunzTarPerm modes [ '755', '644' ]
silly afterUntar undefined
verbose gunzed E:\nodejs\node_modules___sqlite3.npm\package
verbose rm'ed E:\nodejs\node_modules\sqlite3
verbose renamed [ 'E:\nodejs\node_modules___sqlite3.npm\package',
verbose renamed 'E:\nodejs\node_modules\sqlite3' ]
verbose has wscript [ undefined,
verbose has wscript { file: 'E:\nodejs\node_modules\sqlite3\package.json',
verbose has wscript contributors: false,
verbose has wscript serverjs: false,
verbose has wscript wscript: true } ]
verbose caching E:\nodejs\node_modules\sqlite3\package.json
verbose loadDefaults sqlite3@2.1.1
info preinstall sqlite3@2.1.1
verbose unsafe-perm in lifecycle true
silly exec cmd "/c" "node-waf clean || (exit 0); node-waf configure build"
silly spawning [ 'cmd',
silly spawning [ '/c', 'node-waf clean || (exit 0); node-waf configure build' ],
silly spawning 'E:\nodejs\node_modules\sqlite3' ]
info sqlite3@2.1.1 Failed to exec preinstall script
ERR! error installing sqlite3@2.1.1
info unbuild E:\nodejs\node_modules\sqlite3
verbose from cache E:\nodejs\node_modules\sqlite3\package.json
info preuninstall sqlite3@2.1.1
info uninstall sqlite3@2.1.1
verbose unbuild sqlite3@2.1.1 [ true, 'E:\nodejs\node_modules', 'E:\nodejs\node_modules' ]
info postuninstall sqlite3@2.1.1
verbose installOne cb sqlite3@2.1.1
ERR! sqlite3@2.1.1 preinstall: node-waf clean || (exit 0); node-waf configure build
ERR! cmd "/c" "node-waf clean || (exit 0); node-waf configure build" failed with 1
ERR!
ERR! Failed at the sqlite3@2.1.1 preinstall script.
ERR! This is most likely a problem with the sqlite3 package,
ERR! not with npm itself.
ERR! Tell the author that this fails on your system:
ERR! node-waf clean || (exit 0); node-waf configure build
ERR! You can get their info via:
ERR! npm owner ls sqlite3
ERR! There is likely additional logging output above.
ERR!
ERR! System Windows_NT 6.1.7601
ERR! command "E:\nodejs\node.exe" "E:\nodejs\node_modules\npm\bin\npm-cli.js" "install" "sqlite3"
ERR! cwd E:\nodejs
ERR! node -v v0.6.6
ERR! npm -v 1.1.0-beta-4
ERR! code ELIFECYCLE
ERR! message sqlite3@2.1.1 preinstall: node-waf clean || (exit 0); node-waf configure build
ERR! message cmd "/c" "node-waf clean || (exit 0); node-waf configure build" failed with 1
verbose exit [ 1, true ]

@kkaefer
Copy link
Contributor

kkaefer commented Dec 21, 2011

Windows support isn't available yet. If you're adventurous and know your way around setting up an environment in which you can compile node etc. have a look at https://github.com/developmentseed/node-sqlite3/wiki/Building-On-Windows

@kkaefer kkaefer closed this as completed Dec 21, 2011
@DrayChou
Copy link
Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants