1
zeroday OP vagrant@vagrant-ubuntu-ruby2:/vagrant/www/june$ vim npm-debug.log
0 info it worked if it ends with ok 1 verbose cli [ '/usr/local/bin/node', 1 verbose cli '/usr/local/bin/npm', 1 verbose cli 'install', 1 verbose cli '-g', 1 verbose cli 'stylus' ] 2 info using [email protected] 3 info using [email protected] 4 verbose cache add [ 'stylus', null ] 5 verbose cache add name=undefined spec="stylus" args=["stylus",null] 6 verbose parsed url { protocol: null, 6 verbose parsed url slashes: null, 6 verbose parsed url auth: null, 6 verbose parsed url host: null, 6 verbose parsed url port: null, 6 verbose parsed url hostname: null, 6 verbose parsed url hash: null, 6 verbose parsed url search: null, 6 verbose parsed url query: null, 6 verbose parsed url pathname: 'stylus', 6 verbose parsed url path: 'stylus', 6 verbose parsed url href: 'stylus' } 7 silly lockFile 27c0f414-stylus stylus 8 verbose lock stylus /home/vagrant/.npm/27c0f414-stylus.lock "npm-debug.log" 258L, 16268C |
2
11 2014-03-12 03:36:22 +08:00 1
sudo
|
3
RIcter 2014-03-12 07:47:01 +08:00 1
-g需要sudo啦
|