ericf / express-handlebars

A Handlebars view engine for Express which doesn't suck.
BSD 3-Clause "New" or "Revised" License
2.31k stars 384 forks source link

npm notice from express-handlebars dependency #199

Open ghost opened 7 years ago

ghost commented 7 years ago

When running npm commands on a very simple project, I get the following warning: fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.

I ran npm list graceful-fs and got the following output:

myproject@0.1.1 /A/local/path
└─┬ express-handlebars@3.0.0
  └── graceful-fs@4.1.11

I'm not positive that this isn't an issue with my install or the project, but I wanted to bring it up. And I know it is only a warning, but I rather like having a clean setup than have to deal with noise in my logs every time a container starts up

sgnl commented 7 years ago

What version of node are you running? I just installed express-handlebars and I did not get any warnings.

I'm installed it with version node version 6.9.4 and 7.4.0 both gave no warnings for me.