Closed vanowm closed 9 months ago
The package referenced in the error message (inotify@1.4.6
) is unrelated to this package. I performed a fresh installation of this package on Windows 10 and inotify
was not found in the lock file nor node_modules
.
Most likely, you have another package in your project that is calling upon inotify
, but hasn't been installed yet. Running npm install utimes
will install all other remaining dependencies in the project as well.
My mistake, I was using incorrect parameter: --save=dev
instead of --save-dev
Getting this error:
NodeJS v21.5.0 Windows 10