Firefly Semantics Corporation

Results 33 comments of Firefly Semantics Corporation

I used this install sequence to attempt an upgrade (All except eslint could be upgraded. Trying to upgrade eslint fails due to pair dependency constraints). ``` npm uninstall rollup-plugin-terser &&...

Some notes about the dependency upgrade ... It's a little tricky ... https://stackoverflow.com/questions/78589746/node-unable-to-resolve-dependency-tree?noredirect=1#comment138553081_78589746

OK - I realized that I forgot to include the `@typescript-eslint/eslint-plugin@latest` dependency in the commandline install ....this new install sequence updates everything correctly ... ``` npm uninstall rollup-plugin-terser && npm...