When I brought LW3 up this AM it said that an update was available.

When I brought LW3 up this AM it said that an update was available.

I ran “git pull” and it appeared that an update happened.

When I brought LW3 up it still said an update was avail until I hit refresh and then it said that version avail was 30478 and that I have 30478.

30478 was what was installed before I did the pull?
Am I updated or did I do some thing wrong with the pull?

Same issue: but after a re-start, it said lw3 up-to-date…

Mine does also but the version is still the same as it used to be 30478

Not every git pull will update the version number

Oh ok, just wondered if I screwed something up.

Do you need to do a npm install after every git pull?

@Steve_Prior No you dont. Just git pull to update

Try holding shift while clicking refresh. It clears the cached information on refresh.

Probably I caused that problem. I released the new version but forgot to change the version number in one place, therefore it reported that a newer version is avalable, even if allready installed. I corrected that a few hours later.

Anyway, it makes sense to clean the browser cache (CTRL-F5) after a git pull, because otherwise some code might be loaded from cache instead the new sources.