Comment by Floorman1 on 15/10/2024 at 01:35 UTC

1 upvotes, 1 direct replies (showing 1)

View submission: Legacy project not running on one machine

View parent comment

I've thrown in a resolutions element into package.json:
    "resolutions": {
        "@types/react-dom": "16.9.12",
        "typescript": "4.2.4",
        "react": "17.0.2",
        "react-dom": "17.0.2",
        "@types/react": "16.14.5"
    },

I thought this should force any rogue versions to come into an alignment?

Replies

Comment by nedlinin at 15/10/2024 at 03:56 UTC

1 upvotes, 1 direct replies

Why are you using v16 types with v17?