[SOLVED] Cannot update expo-cli to 2.11.9 on OSX

Since 2.11.7, I’m informed each time I launch my 2.11.6 expo-cli

There is a new version of expo-cli available (2.11.*7 then 8 then 9*).    │
│   You are currently using expo-cli 2.11.6                   │
│   Run `npm install -g expo-cli` to get the latest version

I’ve opened an issue as I can’t update due to unclear message

events.js:183░░░░░░⸩ ⠙ extract:faye-websocket: sill extract semver@5.6.0
      throw er; // Unhandled 'error' event
      ^

Error: write after end
    at writeAfterEnd (_stream_writable.js:236:12)
    at PassThrough.Writable.write (_stream_writable.js:287:5)
    at PassThrough.Writable.end (_stream_writable.js:553:10)

→ more detail on https://github.com/expo/expo-cli/issues/413.
Does someone else have this problem ?

Hey @lc3t35,

What version of npm are you using? I just updated my version of expo-cli this morning and didn’t have this issue. Running npm 6.9.0

As you can see in the issue : 5.7.1.
I’ve succeeded to update with yarn global add expo-cli@latest

6 Likes

Awesome to hear!

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.