After moving a model (class or interface) from project to lib there is an error with npm start (and with other commands most probably as well) "Error: ENOENT: no such file or directory {{old location of the file}}".
Fix this/Workaround
- Try
git stash
andgit stash pop