jessety / pm2-installer

Install PM2 offline as a service on Windows or Linux. Mostly designed for Windows.
MIT License
495 stars 50 forks source link

Network Drive issue #96

Open NguyenHoangMinhkkkk opened 10 months ago

NguyenHoangMinhkkkk commented 10 months ago

Hi, i'm facing a problem with network drive and pm2

i wrote an NextJs App, using FS for reading files. and the problem occurs when my App try to read file from a Network drive in windows.

const fs = require('fs') fs.readFileSync("Z:\Folder\data.txt")

"Z:\" is a network drive

in development, fs works as normally, but release for pm2 service to run, fs cannot read the file path and said file not exist. pm2 and my App working fine with local drives like "C:\"