question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

npm i throw error

See original GitHub issue

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:

Expected behavior

install latest version success

Actual behavior

$ npm i -d @interactjs/interactjs

npm info it worked if it ends with ok
npm info using npm@6.14.4
npm info using node@v12.18.0
npm http fetch GET 200 https://registry.npmjs.org/@interactjs%2finteractjs 1118ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs/interactjs/-/interactjs-1.10.5.tgz 124ms
npm timing stage:loadCurrentTree Completed in 1331ms
npm timing stage:loadIdealTree:cloneCurrentTree Completed in 1ms
npm timing stage:loadIdealTree:loadShrinkwrap Completed in 30ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs%2factions 220ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs%2fclone 323ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs%2ffeedback 369ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs/actions/-/actions-1.10.5.tgz 153ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs%2farrange 383ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs%2fdev-tools 434ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs%2finteract 449ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs%2fauto-start 494ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs%2fmulti-target 128ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs%2foffset 129ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs%2fauto-scroll 523ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs%2fmodifiers 200ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs/interact/-/interact-1.10.5.tgz 101ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs/dev-tools/-/dev-tools-1.10.5.tgz 120ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs%2finertia 557ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs/auto-start/-/auto-start-1.10.5.tgz 109ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs/offset/-/offset-1.10.5.tgz 113ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs/modifiers/-/modifiers-1.10.5.tgz 107ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs%2fpointer-events 251ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs%2freact 141ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs/inertia/-/inertia-1.10.5.tgz 99ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs%2fcore 665ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs/auto-scroll/-/auto-scroll-1.10.5.tgz 161ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs%2freflow 154ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs%2fvue 123ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs%2futils 171ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs/pointer-events/-/pointer-events-1.10.5.tgz 144ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs/core/-/core-1.10.5.tgz 122ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs/reflow/-/reflow-1.10.5.tgz 107ms
npm http fetch GET 200 https://registry.npmjs.org/@interactjs/utils/-/utils-1.10.5.tgz 144ms
npm timing stage:rollbackFailedOptional Completed in 0ms
npm timing stage:runTopLevelLifecycles Completed in 2272ms
npm ERR! code ETARGET
npm ERR! notarget No matching version found for @interactjs/clone@1.10.5.
npm ERR! notarget In most cases you or one of your dependencies are requesting
npm ERR! notarget a package version that doesn't exist.
npm ERR! notarget
npm ERR! notarget It was specified as a dependency of '@interactjs/interactjs'
npm ERR! notarget
npm timing npm Completed in 2911ms

System configuration

interact.js version: Browser name and version: Operating System:

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
rahulshinde11commented, Mar 3, 2021

for quick fix, manually install in your project npm i @interactjs/interactjs@1.10.3

1reaction
tayecommented, Mar 3, 2021

@Meshiest The packages that were removed from npm contained only non functional stubs: https://github.com/taye/interact.js/blob/v1.10.3/packages/%40interactjs/vue/plugin.ts. No features have been removed and I don’t plan on moving features from free to a paid tier.

Wow, that’s really scummy, especially that the devs pull this after people have been using this in their work. If they need money, they should’ve have opened up a Patreon and I would’ve have paid and supported them. But this… this was a dick move by the devs.

@TheMink97 Please investigate a bit more before coming to such poor conclusions of someone’s intentions.

Closing as a duplicate of #888.

Read more comments on GitHub >

github_iconTop Results From Across the Web

throw-error - npm
Start using throw-error in your project by running `npm i throw-error`. There are 2 other projects in the npm registry using throw-error.
Read more >
npm install not working, throwing errors - node.js
I am trying to install yo and a few other packages in nodejs, however I keep getting errors. I am new to node...
Read more >
Node.js Error Handling Best Practices: Ship With Confidence
Want to ship your Node.js applications with confidence? Learn Node.js error handling best practices, tips and tricks with our simple guide.
Read more >
Better Error Handling In NodeJS With Error Classes
Throw only errors that you care about(errors that are instances of your error classes). This way you know your error classes are your...
Read more >
How to Throw Exceptions in Node.js - Rollbar
Like many languages, Node.js provides a mechanism to anticipate errors before they occur. When an error occurs in your code, it turns into...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found