can
's package.json has "plugins": [ "steal-stache" ]
can-dom-data-state
can-dom-data-state
?Error: You can't have two versions of can-dom-data-state, check your dependencies
at Object.eval (can-dom-data-state.js:82)
at eval (can-dom-data-state.js:87)
at eval (can-dom-data-state.js:87)
"plugins": [
"steal-stache",
"steal-less",
"steal-css",
"steal-svg"
],
"can-stache-bindings": "4.8.0"
), but not pinning steal-stache ("steal-stache": "^4.1.2"
)
can-util@3.14.0
version and it uses a previous version from of can-dom-data-state@0.2.0
node_modules
and npm-shrinkwrap.json
file and do npm install
can-dom-data-state
, but we aren't using any of the can-util/dom
packages that import it
node_modules
and npm-shrinkwrap.json
npm ls can-dom-data-state
I get this:├─┬ can-attribute-observable@1.2.1
│ └── can-dom-data-state@1.0.5 deduped
├─┬ can-component@4.4.10
│ └── can-dom-data-state@1.0.5 deduped
├─┬ can-connect@2.1.0
│ └─┬ can-view-import@4.2.0
│ └── can-dom-data-state@1.0.5 deduped
├── can-dom-data-state@1.0.5
├─┬ can-stache@4.15.12
│ └── can-dom-data-state@1.0.5 deduped
├─┬ can-stache-bindings@4.8.0
│ └── can-dom-data-state@1.0.5 deduped
└─┬ can-util@3.14.0
├── can-dom-data-state@0.2.0
├─┬ can-event-dom-enter@1.0.4
│ └── can-dom-data-state@0.2.0 deduped
└─┬ can-event-dom-radiochange@1.0.5
└── can-dom-data-state@0.2.0 deduped
System._traceData.parentMap
if you're using steal
System._traceData.parentMap
?
can-dom-data-state@0.2.0
can-event
?can-util/dom
npm i
System._traceData.parentMap
information in order to understand why there were two different versions of can-dom-data-state
being imported
can-connect/contructor/store
hydrateInstance
should be overwritten in can-connect/can/map