Webpack init error
I have installed "@webpack-cli/generators" - 2.4.2, and I had an error . When I change version on 2.2.0 it began woking correctly
node:internal/child_process:413 throw errnoException(err, 'spawn'); ^
Error: spawn UNKNOWN
←[90m at ChildProcess.spawn (node:internal/child_process:413:11)←[39m
←[90m at Object.spawn (node:child_process:700:9)←[39m
at Object.
Possible problem in file node_modules\yeoman-generator\node_modules\cross-spawn\index.js "name": "cross-spawn", "version": "6.0.5" at 9 line parsed variable contains such object :
const parsed = { command: 'C:\windows\system32\cmd.exe', args: [ '/d', '/s', '/c', //'npm "install" "webpack-cli" ts-loader "--save-dev" "--cache-min"' // 'npm install webpack webpack-cli typescript ts-loader webpack-dev-server html-webpack-plugin style-loader css-loader mini-css-extract-plugin --save-dev --cache-min' '"npm ^"install^" ^"webpack^" ^"webpack-cli^" ^"typescript^" ^"ts-loader^" ^"webpack-dev-server^" ^"html-webpack-plugin^" ^"style-loader^" ^"css-loader^" ^"mini-css-extract-plugin^" ^"--save-dev^" ^"--cache-min^" ^"86400^""'
],
Comented parametrs work correctly, but actuall throws an error
What is package manager? It is happens only on install?
Closing due to inactivity. Please test with latest version and feel free to reopen if still regressions. Thanks!