Cristiano Chiaramelli

Results 4 comments of Cristiano Chiaramelli

I was having this problem on MacOS, and simply running `$ yarn start —–reset-cache` solved it

I think the simpliest turnaround would be not use micro-dev as global dependency. Just install it as devDependency on the project and add a script. `$ npm install --save-dev micro-dev`...

Indeed that would simplify lots of issues on typescript projects

> quests o We're using drachtio for a Short Message Service Centre, so we need to send MESSAGES without establishing a dialog using INVITE. I'm now testing the `proxy` attribute...