kaffeine icon indicating copy to clipboard operation
kaffeine copied to clipboard

install error (can't find plugins directory?)

Open jots opened this issue 14 years ago • 1 comments

after a fresh install of sudo npm install kaffeine: (i also tried with -g)

~/node_modules/kaffeine/bin> ./kaffeine

~/node_modules/kaffeine/bin/command.js:13 for(var i =0; i< files.length;i++) { ^ TypeError: Cannot read property 'length' of undefined at ~/node_modules/kaffeine/bin/command.js:13:27

~/node_modules/kaffeine/bin> node --version v0.5.0-pre

~/node_modules/kaffeine/bin> npm --version 1.0.5

it looks like it's having problems finding the plugins directory.

jots avatar May 04 '11 19:05 jots

yes. I broke the command line a while ago. will fix this coming weekend.

weepy avatar May 05 '11 04:05 weepy