path icon indicating copy to clipboard operation
path copied to clipboard

Path add a /bin

Open ghost opened this issue 8 years ago • 0 comments

Hello,

More than issue is a question , when I use the path package in my nodejs server (express) example: path.resolve('./public/index.html') , I dont know why package path adds /bin in my route.

The path should be '.../public/index.html' and with de path package '.../bin/public/index.html'

I'm using a nodejs , with reverse proxy Nginx.

Do u know why happen?

Regards.

ghost avatar Apr 13 '17 19:04 ghost