C:\Users\Erik\dataBase\tabix>yarn start
(node:16692) ExperimentalWarning: Custom ESM Loaders is an experimental feature. This feature could change at any time
(Use node --trace-warnings ... to show where the warning was created)
(node:16920) ExperimentalWarning: Custom ESM Loaders is an experimental feature. This feature could change at any time
(Use node --trace-warnings ... to show where the warning was created)
(node:9256) ExperimentalWarning: Custom ESM Loaders is an experimental feature. This feature could change at any time
(Use node --trace-warnings ... to show where the warning was created)
(node:8608) ExperimentalWarning: Custom ESM Loaders is an experimental feature. This feature could change at any time
(Use node --trace-warnings ... to show where the warning was created)
node:internal/modules/cjs/loader:998
throw err;
^
Error: Cannot find module 'C:\Users\Erik\dataBase\tabix.yarn__virtual__\webpack-virtual-4647e3665c\0\cache\webpack-npm-5.65.0-da658c1b49-221ab8ccd4.zip\node_modules\webpack\bin\webpack.js'
at Module._resolveFilename (node:internal/modules/cjs/loader:995:15)
at Module._load (node:internal/modules/cjs/loader:841:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:23:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v18.12.1
What is the reason for such an error?
C:\Users\Erik\dataBase\tabix>yarn start (node:16692) ExperimentalWarning: Custom ESM Loaders is an experimental feature. This feature could change at any time (Use
node --trace-warnings ...
to show where the warning was created) (node:16920) ExperimentalWarning: Custom ESM Loaders is an experimental feature. This feature could change at any time (Usenode --trace-warnings ...
to show where the warning was created) (node:9256) ExperimentalWarning: Custom ESM Loaders is an experimental feature. This feature could change at any time (Usenode --trace-warnings ...
to show where the warning was created) (node:8608) ExperimentalWarning: Custom ESM Loaders is an experimental feature. This feature could change at any time (Usenode --trace-warnings ...
to show where the warning was created) node:internal/modules/cjs/loader:998 throw err; ^Error: Cannot find module 'C:\Users\Erik\dataBase\tabix.yarn__virtual__\webpack-virtual-4647e3665c\0\cache\webpack-npm-5.65.0-da658c1b49-221ab8ccd4.zip\node_modules\webpack\bin\webpack.js' at Module._resolveFilename (node:internal/modules/cjs/loader:995:15) at Module._load (node:internal/modules/cjs/loader:841:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) at node:internal/main/run_main_module:23:47 { code: 'MODULE_NOT_FOUND', requireStack: [] }
Node.js v18.12.1 What is the reason for such an error?