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.

Uninstall but still present ?

See original GitHub issue

Expected behaviour

After uninstalling shrinkpack, I’d except my npm-shrinkwrap.json not to refer to file:node_shrinkwrap

Actual behaviour

npm-shrinkwrap.json still contains references to node_shrinkwrap/

Steps to reproduce

npm uninstall -g shrinkpack npm shrinkwrap

Software versions used

OS : OS X 10.11.5 node.js : v6.2.2 npm : 3.10.4

Log output when running shrinkpack

zsh: command not found: shrinkpack

Contents of your npm-shrinkwrap.json or package.json

    "yargs-parser": {
      "version": "2.4.0",
      "from": "yargs-parser@>=2.4.0 <3.0.0",
      "resolved": "file:node_shrinkwrap/yargs-parser-2.4.0.tgz"
    },

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
maiiscommented, Jul 1, 2016

@JamieMason LOL you are right but that wasn’t my problem. I’ve undo everything, except if there is some special things to do to uninstall ? I deleted node_shrinkwrap folder and npm-shrinkwrap.json, then re-run “npm shrinkwrap” so a new .json is created with resolved containing “file:node_shrinkwrap/xxx”… hence my confusion

0reactions
JamieMasoncommented, Jul 1, 2016

You’re welcome, I think this is actually another example of the problem being looked at in #31.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Remove Remnants of Uninstalled Software? Try ...
Method 1: Manually Remove Software Leftover Files After Uninstall · Launch Windows Registry by pressing Win + R keys, inputting registry and ......
Read more >
uninstalled apps still show in apps and features win10
Froom the uninstall tab verify if the app still appear. If so, select them and remove it. Then restart your machine. If the...
Read more >
Uninstalled a game but its still there, advice? :: Help and Tips
If u already uninstalled it and game files remain, just delete them. Next time u want to remove something that was from Steam...
Read more >
After using msiexec to uninstall a program it remains in the ...
... should close and reopen it to verify that the entry is still present. ... So in this scenario it looks like the...
Read more >
How to use Forced Uninstall to remove stubborn programs
Forces Uninstall is a feature of Revo Uninstaller Pro. ... to allow users to uninstall programs that are still present on the user's...
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