BrainMaestro / cerebro-weather

Simple weather plugin for concise five-day forecasts
MIT License
7 stars 3 forks source link

Can't load plugin #3

Closed peachesthefruit closed 7 years ago

peachesthefruit commented 7 years ago

This plugin doe not load correctly for me. When I check the cerebro console I see:

SyntaxError: Invalid regular expression: missing /
at Object.exports.runInThisContext (vm.js:78)
at Module._compile (module.js:543)
at Object.Module._extensions..js (module.js:580)
at Module.load (module.js:488)
at tryModuleLoad (module.js:447)
at Function.Module._load (module.js:439)
at Module.require (module.js:498)
at require (internal/module.js:20)
at requirePlugin (main.bundle.js:31961)
at setTimeout (main.bundle.js:32003)

I tried looking through the source code but could not find where the issue is

BrainMaestro commented 7 years ago

Hmm, I have encountered that issue before. What version of Cerebro are you using?

peachesthefruit commented 7 years ago

0.2.7

BrainMaestro commented 7 years ago

Okay I was able to reproduce it with 0.2.7 and 0.2.8. I'll do further testing and try to figure it out. Thanks for reporting

BrainMaestro commented 7 years ago

@jrjohnson1231 I opened an issue on the main cerebro repo to track this. Hopefully it can get resolved.

BrainMaestro commented 7 years ago

@jrjohnson1231 try installing v1.1.1. Should be fixed now

peachesthefruit commented 7 years ago

Fixed! Thank you