Read the statement by Michael Teeuw here.
I want to display txt files from outside at the bottom
- 
 @sdetweil After installing this module, NPM Run Server is normal and NPM Run Start cannot be used 
- 
 @史新瑞 show messages 
- 
 @sdetweil There is no error message 
- 
 @史新瑞 if npm start doesn’t work, show me ALL the messages 
- 
 @sdetweil Is it the information in the terminal 
- 
 @史新瑞 yes… you can redirect that to a file npm start >somefile.txt 2>&1 wait… then ctrl-c then examine and post make sure to pm2 stop all before npm start 
- 
 
- 
 @sdetweil Sorry, I can’t find the document you said. 
- 
 @史新瑞 you must create it with the redirection operator > same as windows. you can capture the output of a command to a file 
- 
 @sdetweil npm ERR! code ENOENT 
 npm ERR! syscall open
 npm ERR! path /home/pi/package.json
 npm ERR! errno -2
 npm ERR! enoent ENOENT: no such file or directory, open ‘/home/pi/package.json’
 npm ERR! enoent This is related to npm not being able to find a file.
 npm ERR! enoentnpm ERR! A complete log of this run can be found in: 
 npm ERR! /home/pi/.npm/_logs/2022-08-14T14_09_00_102Z-debug-0.log

