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
To my understanding, you, @sindresorhus, use internally your own package dot-prop? According to my package-lock.json, that package is included as "dot-prop": "^6.0.1". However, I need to access array items by index using dot notation for store migration between versions. This seems to be a feature that you added in version 7 of dot-prop. Could you upgrade the (sub-) dependency in electron-store accordingly?
Using the overrides feature of npm as follows leads to below error:
"overrides": {
"dot-prop": "7.2.0"
}
Uncaught Exception:
Error [ERR_REQUIRE_ESM]: require() of ES Module
Cheers,
Raphael
The text was updated successfully, but these errors were encountered:
Hello 👋
To my understanding, you, @sindresorhus, use internally your own package
dot-prop
? According to mypackage-lock.json
, that package is included as"dot-prop": "^6.0.1"
. However, I need to access array items by index using dot notation for store migration between versions. This seems to be a feature that you added in version 7 ofdot-prop
. Could you upgrade the (sub-) dependency inelectron-store
accordingly?Using the overrides feature of npm as follows leads to below error:
Cheers,
Raphael
The text was updated successfully, but these errors were encountered: