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.

[rebber] Missing dependencies in package.json

See original GitHub issue

Just tried to give rebber a try. Looks like it is missing two dependencies in the package.json file:

  • clone
  • trim-lines

After manually installing them I was able to get it to run. Used version was 5.0.0.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
LukeCarriercommented, Oct 15, 2020

Awesome, I’ll raise a PR for just one package for now and we can go from there. Thanks!

1reaction
StaloneLabcommented, Oct 13, 2020

Please do; adding them to only some packages in the repo doesn’t really make sense IMO, but I’m interested in seeing how typing declarations work. Do you think adding them to DefinitelyTyped would make sense, instead of adding them to this repository?

Read more comments on GitHub >

github_iconTop Results From Across the Web

node.js - Error in create-react-app - Missing dependencies ...
I'm using npx create-react-app my-app in CMD (Windows 11) and always get the error "Missing dependencies in package.json". When I try npm ......
Read more >
missing dependencies in package.json when using "create ...
Is this a bug report? Yes Did you try recovering your dependencies? (Write your answer here.) Which terms did you search for in...
Read more >
Adding dependencies to a package.json file
To specify the packages your project depends on, you must list them as "dependencies" or "devDependencies" in your package's package.json file.
Read more >
These NPM tricks will make you a pro
First of all, we need a good overview of the dependency tree and which package versions have actually been installed. Use the command...
Read more >
Code Inspection: Missing module dependency - PhpStorm
Reports a module from a require() call or an import statement that is not installed or is not listed in package.json dependencies.
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