Failed to resolve plugin for module "expo-build-properties"

I am trying to run this in a project running SDK 46.

expo install expo-build-properties

And I get the error in the subject line. I have to be missing something simple? Thanks.

can you share a reproducible example? i was unable to reproduce.

yarn create expo-app pelicaneng
yarn create v1.22.19
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
[4/4] 🔨  Building fresh packages...

success Installed "create-expo-app@1.1.2" with binaries:
      - create-expo-app
[##############################################################################################################] 163/163⠋✔ Downloaded and extracted project files.
✔ Installed JavaScript dependencies.

✅ Your project is ready!

To run your project, navigate to the directory and run one of the following yarn commands.

- cd pelicaneng
- yarn android
- yarn ios
- yarn web
✨  Done in 12.44s.
cd pelicaneng/
yarn expo install expo-build-properties
yarn run v1.22.19
$ /Users/brentvatne/code/pelicaneng/node_modules/.bin/expo install expo-build-properties
› Installing 1 SDK 46.0.0 compatible native module using Yarn
> yarn add expo-build-properties@~0.3.0
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
[4/4] 🔨  Building fresh packages...

success Saved lockfile.
success Saved 6 new dependencies.
info Direct dependencies
└─ expo-build-properties@0.3.0
info All dependencies
├─ ajv@8.11.0
├─ expo-build-properties@0.3.0
├─ fast-deep-equal@3.1.3
├─ json-schema-traverse@1.0.0
├─ punycode@2.1.1
└─ uri-js@4.4.1
› Added config plugin: expo-build-properties
✨  Done in 2.34s.