We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
yes. I broke the command line a while ago. will fix this coming weekend.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: