mattaylor / emoosc

OSC (Open sound control) proxy to Emotiv's cortex service
0 stars 1 forks source link

Missing config.yml file #1

Closed mathieu-b closed 6 years ago

mathieu-b commented 6 years ago

I have followed the instructions in the README.md file.

I'm using Windows 10 and have installed the latest LTS version of Node.js.

Actually the emoosc folder is created inside a folder called node_modules.

When I enter that emoosc folder and run npm run -- config.yml, it fails since no config.yml is to be found anywhere.

Any clues?

Regards

mattaylor commented 6 years ago

config.js should be used instead of config.yml. I have updated the readme