[SOLVED] Module not found : magic-sdk, @walletconnect/web3-provider, @web3auth/web3auth

Hi, can someone help me with module error
i have this error/warning since i install moralis

WARNING in ./node_modules/@metamask/detect-provider/dist/index.js
Module Warning (from ./node_modules/react-scripts/node_modules/source-map-loader/dist/cjs.js):
Failed to parse source map from 'D:\Dev\project\node_modules\@metamask\detect-provider\src\index.ts' file: Error: ENOENT: no such file or directory, open 'D:\Dev\project\node_modules\@metamask\detect-provider\src\index.ts'

WARNING in ./node_modules/moralis/lib/browser/Web3Connector/MagicWeb3Connector.js 224:38-58
Module not found: Error: Can't resolve 'magic-sdk' in 'D:\Dev\project\node_modules\moralis\lib\browser\Web3Connector'

WARNING in ./node_modules/moralis/lib/browser/Web3Connector/WalletConnectWeb3Connector.js 153:54-93
Module not found: Error: Can't resolve '@walletconnect/web3-provider' in 'D:\Dev\project\node_modules\moralis\lib\browser\Web3Connector'

WARNING in ./node_modules/moralis/lib/browser/Web3Connector/Web3AuthConnector.js 210:40-69
Module not found: Error: Can't resolve '@web3auth/web3auth' in 'D:\Dev\project\node_modules\moralis\lib\browser\Web3Connector'

my app is working fine, and moralis also working fine but i don’t know what the cause of this problem, i tried to install them one by one but i receive more errors

those looks like optional dependencies, only warning, you could ignore them, they should be gone after you install those dependencies, but you have to install some specific versions to not break your application

yea im just worried when i deployed my app, it might cause some problems, but i guess i can ignore it for now