Nodejs+v8 project source code, the environment has been built to access HTML pages and databases, please tell me how to conduct code testing

problem description

ladies and gentlemen, I now have a copy of the source code of nodejs+v8. Now I have set up an environment in WINDOWS. Originally, I used a RUN.EXE file encapsulated by someone else. Opening this file will load my own browser and run the web page. Now I would like to ask you how to run this unencapsulated code

.

the environmental background of the problems and what methods you have tried

related codes

/ / Please paste the code text below (do not replace the code with pictures)

what result do you expect? What is the error message actually seen?

Apr.28,2021

how do you run it? Open the package.json file and see what commands are available under scripts (if you post it, you can provide suggestions more effectively): there should be a build action before the release, and then run it after executing the corresponding build command.


clipboard.png

Menu