Gulp won't work on old projects after Windows reinstall

So I had to reinstall my Windows (disk failure), after that I’ve managed to recover local server settings and mysql databases (sites are working locally) but I can’t make gulp working with those projects. It’s working correctly with the new ones.

I’ve installed newest node.js (4.2.1) and do everything from ‘Npm Debugging Guidlines’
2.14.7
2.14.7
CLI version 3.9.0
Local version 3.9.0
Windows 10

When I try ‘gulp’ I get this:

$ gulp
undefined:28
      files":
      ^

SyntaxError: Unexpected token f
    at Object.parse (native)
    at module.exports (E:\WebServ\httpd\nowoczesnerozwiazania\wp-content\themes\nowoczesne\node_modules\asset-builder\lib\readManifest.js:19:15)
    at new module.exports (E:\WebServ\httpd\nowoczesnerozwiazania\wp-content\themes\nowoczesne\node_modules\asset-builder\lib\Manifest.js:28:34)
    at module.exports (E:\WebServ\httpd\nowoczesnerozwiazania\wp-content\themes\nowoczesne\node_modules\asset-builder\index.js:17:10)
    at Object.<anonymous> (E:\WebServ\httpd\nowoczesnerozwiazania\wp-content\themes\nowoczesne\gulpfile.js:24:40)
    at Module._compile (module.js:435:26)
    at Object.Module._extensions..js (module.js:442:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:311:12)
    at Module.require (module.js:366:17)
    at require (module.js:385:17)

I’ve tried many things after digging web such as: Microsoft Visual Studio 2012, Python 2.7.x, node-gyp and nothing helped. I’ve totally reinstall node.js, deleted ‘node_modules’ folder and try to install again everything but always I’m getting such errors:

I’ve no idea what to do next especially when it’s working fine with new projects…