Closed marcoarruda closed 6 years ago
Do you use desktop version or the standalone? For standalone you need to use var config = require("./default")(options);
instead of default-local
.
Also where do you get the Uncaught TypeError: Cannot read property 'on' of undefined
in node console or in browser?
It was in the web client console and also an alert message.
But I've changed from default-local
to default
and it worked.
It's solved, many thanks!
Hello, I'm following this page (https://cloud9-sdk.readme.io/docs/custom-ide-configuration) to customize the IDE for my needs, but I got into this error:
Uncaught TypeError: Cannot read property 'on' of undefined
Basically, I'm just want to remove some plugins I don't need
My custom configuration file is like below:
Does anybody succeed trying to customize it?
Thanks