I have a local package installed with file:
like this:
{
"devDependencies": {
"foo": "file:../foo"
}
}
And I want to update it with npm update foo
, after I have updated that module, but turn out nothing happened. How can I update package installed through file:
with npm
?