After installing Node.js version 16.14.2 and Exp Builder 1.8 on Windows 10 I receive the following error when running npm start. I'm not sure if there is an NPM problem or an environment path issue:
> exb-client@1.8.0 start
> cross-env NODE_ENV=development webpack --mode development --watch
[webpack-cli] Failed to load 'E:\AGEB\client\webpack.config.js' config
[webpack-cli] AssertionError [ERR_ASSERTION]: You must pass a path to a transformer module in the @transformer config parameter.
at new HappyPlugin (E:\AGEB\client\node_modules\happypack\lib\HappyPlugin.js:21:3)
at Object.exports.getCommon (E:\AGEB\client\webpack\webpack.common.js:110:24)
at Object.<anonymous> (E:\AGEB\client\webpack\webpack-extensions.common.js:13:51)
at Module._compile (node:internal/modules/cjs/loader:1103:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1157:10)
at Module.load (node:internal/modules/cjs/loader:981:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Module.require (node:internal/modules/cjs/loader:1005:19)
at require (node:internal/modules/cjs/helpers:102:18)
at Object.<anonymous> (E:\AGEB\client\webpack\webpack-extensions.config.js:4:26) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: true,
operator: '=='
}