when I look at the webpack official document, I see that the file is packaged using the npx webpack
command in the document, and when I do so, I find that I have reported
Cannot find module "XXXX"
error, a check is missing a module, so npm i XXXX
install the module, and then run npx webpack
, and reported the same error, this time is another module, so to and fro, can not be installed at all, is there any command to install all the missing modules at once?