Enter the webpack packing command and report the following error. How should I correct it?

Entry module not found: Error: Can"t resolve "./src" in "E:\Smallcase"
  0:0  error  webpack-stylish: <please report unknown message format>

should be the entry file index.js code is as follows

Aug.03,2021

  1. first check whether there is a src folder in the directory configured by webpack, and whether the webpack.entry setting is correct
  2. if webpack.entry is not set, the webpack package will look for. / src/index.js (this is what I encountered before, plus index.js)
  3. Execute webpack--config. / webpack.config.js. under

cd webpack-demo path

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b1eb-4eed1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b1eb-4eed1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?