Djazztro
Djazztro copied to clipboard
Install fails due to dependency issues
Hey, cool project! I tried to play with it, but the pnpm create djazztro failed due to dependency conflicts with Django.
I tried to fix this on my local, but ran into a lot of issues, and there are several node packages that are deprecated, and inflight has a warning about memory leaks to and use lru-cache instead.
Any chance you have a working version that you could push?
pnpm update --save 127 ↵
WARN deprecated [email protected]: This version is no longer supported. Please see https://eslint.org/version-support for other options.
WARN deprecated @humanwhocodes/[email protected]: Use @eslint/config-array instead
WARN deprecated @humanwhocodes/[email protected]: Use @eslint/object-schema instead
WARN deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
WARN deprecated [email protected]: Glob versions prior to v9 are no longer supported
WARN deprecated [email protected]: 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.