How to install expo-sensor? Which location should I run the command in?

I am trying to build an application that can get the accelerometer data.

Installing 1 SDK 41.0.0 compatible native module using npm.

npm install
audited 977 packages in 6.934s

25 packages are looking for funding
run npm fund for details

found 5 low severity vulnerabilities
run npm audit fix to fix them, or npm audit for details

This is what I get after running the command expo install expo-sensors
And the I get the error "Unable to resolve module ‘expo-sensor.js’ ".

What should I do?