In the scripts instruction in package.json, how to write the instruction if you want to change the parameters in it?

"scripts": {
   
    "dev-proxy": "NODE_PORT=3000 webpack-dev-server --config webpack.dev.js --progress"
  }

I want to run this instruction

npm run dev-proxy --NODE_PORT=125000

change the port number NODE_PORT? Excuse me, how can it be realized?

Apr.11,2021

"scripts": {
    "dev-proxy": "webpack-dev-server --config webpack.dev.js --progress"
  }
npm run dev-proxy -- --NODE_PORT=125000
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-1b37ef4-4ed3a.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-1b37ef4-4ed3a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?