zazoomauro/node-dependency-injection

Update fs package reference from NodeJS core instead of npm

bronskinner opened this issue · 1 comments

I am using this package to configure and resolve services for a nodeJS project. I've noticed that we're getting an odd console message every time we run any code referencing this library. It looks like this package is referencing a version of fs in its package.json. This npm package no longer exists and instead should be installed with nodejs core itself. This doesn't appear to hurt anything but it does mean we get odd console messages when running code that uses this library.

image

https://nodejs.dev/learn/the-nodejs-fs-module

Released! faa74f7