I will go to the research institute to develop the project in a few days. The environment of the institute is a completely intranet environment, so it is impossible to connect to the external network.
so I zipped and packaged the front-end project (the front-end project, a compressed whole project with node_modules after npm install), imported it into the institute"s win10 machine, but opened it with webstrom, and normally started the node service with npm run dev. Workbench error
"webpack-dev-server" is not an internal or external command, nor is it a runnable program (nodejs has been installed on the institute machine)
could you tell me what went wrong with this operation? If all of them cannot be packaged and imported to other machines in this way, how to start the front-end project of run in an off-network environment?