cerebral / cerebral-debugger

Debugger for Cerebral
http://cerebraljs.com/docs/introduction/debugger.html
MIT License
33 stars 16 forks source link

Fix npm audit issues and make local development working again #67

Open dpraimeyuu opened 4 years ago

dpraimeyuu commented 4 years ago

I wanted to play a little bit with cerebral-debugger and see if I can tweak it with some additional features but faced issues with setting up local dev.

This PR should be treated more like a "question" because I don't know whether that's the way how cerebral-debugger should be set up 😄

EDIT: worth mentioning - I am using win10

What I've done:

What I am struggling with:

As far as I see, this exception is caused by @cerebral/useragent running merge operator, although

at Object.operator.merge(state`useragent.media`, props`media`) [as function] 

seems like a correct usage, isn't it?

I would be really grateful to get some help from you @christianalfoni or anyone 😄