In this example, when I run npm start, I get this error, how can I fix it?
PS E:\web\moralis\demo1> npm -v
8.7.0
PS E:\web\moralis\demo1> node -v
v16.14.2
++++++++++++++++++++++++++++++++++
PS E:\web\moralis\demo1> npm install
up to date, audited 2580 packages in 9s
215 packages are looking for funding
run npm fund
for details
34 vulnerabilities (1 low, 11 moderate, 20 high, 2 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run npm audit
for details.
++++++++++++++++++++++++++++++++
PS E:\web\moralis\demo1> npm start
error info:
Compiled with warnings.
./node_modules/magic-sdk/dist/es/index.js
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
./node_modules/magic-sdk/dist/es/index.js
Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.