c9 / core

Cloud9 Core - Part of the Cloud9 SDK for Plugin Development https://c9.github.io/core/ https://c9.io
Other
2.56k stars 921 forks source link

IDE Terminal Monitor failed to start: require(...) Is not a function #471

Closed sr229 closed 6 years ago

sr229 commented 6 years ago

image

While testing it on a GCP Devshell, I encountered this

nightwing commented 6 years ago

Sounds like plugins/c9.ide.terminal.monitor/message_matchers.js is either changed in your installation, or some add blocker or a proxy is modifying it.

Try opening the file in browser and comparing it with the version from github https://github.com/c9/core/blob/master/plugins/c9.ide.terminal.monitor/message_matchers.js

sr229 commented 6 years ago

@nightwing don't think so, I did a hard git reset and problem persists

sr229 commented 6 years ago

Seems to be a proxy issue, will close