Interact.js: dependencies version not found

Created on 3 Mar 2021  ·  9Comments  ·  Source: taye/interact.js

If you have questions about the API that aren't answered in the docs or FAQ, try asking in the Gitter chatroom or on Stackoverflow.

If you've found something that looks like a bug, include a link to a minimal demo on JSFilddle, Codepen with instructions to reproduce the bug with and roughly follow the following issue description format:
image

image

image

Expected behavior

npmjs 中并没有找到v1.10.5版本的 @interactjs/vue,甚至其他依赖

Actual behavior

希望在发布新版本时能够充分测试

System configuration

interact.js version: 1.10.5
Browser name and version: -
Operating System: mac os

All 9 comments

"resolutions": {
"@interactjs/vue": "1.10.3",
"@interactjs/react": "1.10.3",
"@interactjs/multi-target": "1.10.3",
"@interactjs/feedback": "1.10.3",
"@interactjs/arrange": "1.10.3",
"@interactjs/clone": "1.10.3"
}

downgrade works for temporary

我直接使用的是 vue-grid-layout 这个包,依赖了@interactjs

我直接使用的是 vue-grid-layout 这个包,依赖了@interactjs

同样的问题

I also encountered the same problem and hope to solve it as soon as possible.

Thanks. @taye

I have the same issue, in my vue app
image

I encountered the same error

Same with @interactjs/[email protected]

We're grounded due to this issue.

For quick fix, manually install in the project.
npm i @interactjs/[email protected]

should be fixed in v1.10.6

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mateop picture mateop  ·  7Comments

rbozan picture rbozan  ·  9Comments

andrewgleave picture andrewgleave  ·  6Comments

idmadj picture idmadj  ·  3Comments

kongaraju picture kongaraju  ·  6Comments