TotallyInformation / alternate-node-red-installer

An alternative installer for Node-RED. Avoids global installs, no admin rights required.
MIT License
25 stars 5 forks source link

unable to install nodered v4 #11

Open liulysk opened 3 days ago

liulysk commented 3 days ago
C:\Users\lika>npm install -g alternate-node-red-installer
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported

node version: v20.15.0

TotallyInformation commented 3 days ago

Are you sure that did not install? Those are only warnings. They should not stop installation.

I cannot easily stop the glob warning because it is a sub-dependency of the replace-in-file package who's latest version has massive breaking changes and would require significant rework. I may have to find an alternative package.