npm version from-git: set git one level up

Viewed 222

I'm completely new to this and couldn't find this answer: how do I setup npm to search for the git repository one level up?

.git
web/package.json

So in the web folder, I run npm version from-git

npm ERR! enoent ENOENT: no such file or directory, stat 'C:\dev\repo\project\webui\.git'
0 Answers
Related