Help on my terminal

Can someone help me to why I am receiving the following error in my terminal and how I can fix it.

Thank you!

aarongoldstein721@MacBook-Air-2 ~ % npm start

npm ERR! code ENOENT

npm ERR! syscall open

npm ERR! path /Users/aarongoldstein721/package.json

npm ERR! errno -2

npm ERR! enoent ENOENT: no such file or directory, open ‘/Users/aarongoldstein721/package.json’

npm ERR! enoent This is related to npm not being able to find a file.

npm ERR! enoent

npm ERR! A complete log of this run can be found in: /Users/aarongoldstein721/.npm/_logs/2023-07-25T14_56_57_983Z-debug-0.log

aarongoldstein721@MacBook-Air-2 ~ %

is the package.json file in the directory where you’re running npm install from?