Nodejs scaffolding generation

I saw that the cmd generated by webpack in the npm directory is

@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\node_modules\webpack\bin\webpack.js" %*
) ELSE (
  @SETLOCAL
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\node_modules\webpack\bin\webpack.js" %*
)

but I passed npm install. The cmd generated by-g or npm link
is

@"%~dp0\node_modules\scaffolding\bin\create-new-module.js"   %*

ask for help, thank you

Mar.13,2021
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-1b332f0-2be68.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-1b332f0-2be68.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?