You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wanted to drop a note in case anyone else runs into this issue, I was having trouble installing this package using npm v7 because of the peerDependency versions and given how frequently CDK updates.
I found that by running npm config set legacy-peer-deps true (source: npm/rfcs#283) I'm able to install the package even if my CDK version is farther ahead.
However, it might be worth updating the peerDependencies to a looser constraint.
The text was updated successfully, but these errors were encountered:
Just wanted to drop a note in case anyone else runs into this issue, I was having trouble installing this package using npm v7 because of the peerDependency versions and given how frequently CDK updates.
I found that by running
npm config set legacy-peer-deps true
(source: npm/rfcs#283) I'm able to install the package even if my CDK version is farther ahead.However, it might be worth updating the peerDependencies to a looser constraint.
The text was updated successfully, but these errors were encountered: