expo / config-plugins

Out-of-tree Expo config plugins for packages that haven't adopted the config plugin system yet.
445 stars 95 forks source link

excpretty not found #18

Closed martinezguillaume closed 2 years ago

martinezguillaume commented 2 years ago

Hello (again thanks for this awesome work)

When running iOS build command, it stops on this command npx excpretty ./ telling npm ERR! 404 Not Found - GET https://registry.npmjs.org/excpretty - Not found

Should we come back to the previous one @expo/xcpretty ?

EvanBacon commented 2 years ago

Ensure @expo/xcpretty is installed, excpretty is the bin value in the package.json. To get unblocked you can just delete the entire pipe, it's just a log formatter I built because I don't like the original xcpretty style.

martinezguillaume commented 2 years ago

Oooh I see ! Nah I’ll keep it 😃 Thanks !