1.10.9 breaks "interactjs": "^1.10.3"
See original GitHub issueExpected behavior
With "interactjs": "^1.10.3",
in package.json
, the package can be installed with later minor and patch version updates.
Actual behavior
As of today and version 1.10.9
, npm install
generates the following error:
[19:23:09][React] Failed to compile.
[19:23:09][React]
[19:23:09][React] ./node_modules/interactjs/index.js
[19:23:09][React] Cannot find module: '../@interactjs/interactjs/index.stub.js'. Make sure this package is installed.
[19:23:09][React]
[19:23:09][React] You can install this package by running: npm install ../@interactjs/interactjs/index.stub.js.
Since this wasn’t a major version bump, I wouldn’t expect breaking changes requiring another package to be installed.
System configuration
interact.js version: 1.10.9 with “interactjs”: “^1.10.3” Browser name and version: N/A Operating System: N/A
Issue Analytics
- State:
- Created 2 years ago
- Reactions:6
- Comments:10 (2 by maintainers)
Top Results From Across the Web
@interactjs/interactjs | Yarn - Package Manager
JavaScript drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE9+). Gitter jsDelivr Build Status.
Read more >UNPKG - @interactjs/core
The CDN for @interactjs/core. ... @interactjs/core/Eventable.prod.js.map ... immediatePropagationStopped) {\n break\n }\n\n listener(event)\n }\n}\n\nexport ...
Read more >interact.js docs
interact.js is a JavaScript library for drag and drop, resizing and multi-touch gestures for modern browsers. Its free and open source version comes...
Read more >interactjs - npm
Drag and drop, resizing and multi-touch gestures with inertia and snapping for modern browsers (and also IE9+). Latest version: 1.10.17, ...
Read more >httparchive_js_2021_03_28.txt - Index of /
... jquery-ui-1.10.3.custom.min.js jquery.mmenu.min.all.js prebid.js ... jquery.ba-postmessage.min.js interact.js backstretch.js multiload.js app-min.js ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
New issue resolved in
v1.10.11
I also encountered this problem. The v1.10.8 version does not have this problem.