twilio-labs / dev-phone

A developer tool for testing SMS and Voice applications
MIT License
77 stars 20 forks source link

Twilio Dev Phone Plugin Issues during installation #191

Closed faiksohail closed 11 months ago

faiksohail commented 11 months ago

Hi,

I am facing the following issue while Installing Dev phone using Twilio CLI on my windows Machine.

Installing plugin @twilio-labs/plugin-dev-phone... / info There appears to be trouble with your network connection. Retrying...
C:\Users\hp\AppData\Roaming\npm\node_modules\twilio-cli\node_modules\yarn\lib\cli.js:78771
    compromised = compromised || function (err) { throw err; };
                                                  ^
Error: Unable to update lock within the stale threshold
    at C:\Users\hp\AppData\Roaming\npm\node_modules\twilio-cli\node_modules\yarn\lib\cli.js:78693:66
    at FSReqCallback.oncomplete (node:fs:198:23) {
  code: 'ECOMPROMISED'
}

Installing plugin @twilio-labs/plugin-dev-phone... failed
    Error: yarn add @twilio-labs/plugin-dev-phone@latest --non-interactive --mutex=file:C:\Users\hp\.twilio-cli\yarn.lock
    --preferred-cache-folder=C:\Users\hp\.twilio-cli\yarn --check-files exited with code 1

Please address this issue at the earliest.

Thanks

ayyrickay commented 11 months ago

@faiksohail Given the error here, it looks like there's a problem with your internet connection somehow? Maybe you can try on a different network or something like that?

faiksohail commented 11 months ago

@ayyrickay exactly that is what I was thinking. I will try that with a different network.

Thank you