Help. There is a problem using the ipfs-http-clinet library.

I am developing a program in the following environment.

Ubuntu 20.04
node.js v10.19.0
npm 6.13.4
ipfs-http-client:"^57.0.1"

I tried using the following command:

  1. npm install ipfs-http-client
  2. sudo npm install -g ipfs-http-client
  3. npm install --save ipfs-http-client

When I try to run the program, the following error occurs.
Am I using it wrong? What is the solution?
Error: Cannot find module ‘ipfs-http-client’
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Module.require(internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object. (/home/ubuntu/metaoasis_ipfs_test/api/ipfs.js:1:18)
at Module._compile(internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad(internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! metaoasis-ipfs-test@0.0.0 start: node ./bin/www
npm ERR! Exit status 1
npm ERR!

This is a npm / node-js problem. Not IPFS one. Use stackoverflow