planb icon indicating copy to clipboard operation
planb copied to clipboard

Local changes do not update the module itself

Open teobais opened this issue 10 years ago • 0 comments

Hello again,

I'm on a Windows machine and absolutely newbie to npm and gulp (as I mentioned in a previous issue), so I would like to know if I'm doing something wrong, as I couldn't find anything related to this, over the net:

So, I cloned the project and verified that it's mainly functional, but when I tried to make some local changes, nothing seemed to actually change. I've tried all of the following (into the project's folder), after making my local changes:

  • npm install -g planb and then running gulp (default scope).
  • npm install -g planb and then running gulp build.
  • gulp (default scope) and then npm install -g planb .
  • gulp build and then npm install -g planb .

Nevertheless, nothing of the above seems to alert changes in my local project. I've read (and we also verified this together in #8) that there are generally some issues with these technologies, according to Windows, so I thought of asking this.

Do you have any idea?

Thodoris

teobais avatar Aug 30 '15 08:08 teobais