How do I solve npm errno `4058

I was just about to start a project, but it returns an error message.

I typed in:

npm init

and here’s the error message

npm error code ENOENT
npm error syscall open
npm error path C:UsersaubreyastaDocumentsMC bottingpackage.json
npm error errno -4058
npm error enoent ENOENT: no such file or directory, open 'C:UsersaubreyastaDocumentsMC bottingpackage.json' 
npm error enoent This is related to npm not being able to find a file.
npm error enoent

Any ideas how to fix?