rstedman / tfs-pullrequest-dashboard

tfs dashboard for pullrequests across all repos
MIT License
30 stars 29 forks source link

Error in gulp.serve fs.js primordials running locally #74

Open stavnskov opened 2 years ago

stavnskov commented 2 years ago

I tried to run it locally by following the readme.md. I get:

tfs-pullrequest-dashboard@ start C:\TFS\Samples\tfs-pullrequest-dashboard

gulp serve

fs.js:35 } = primordials; ^

ReferenceError: primordials is not defined at fs.js:35:5 at req_ (C:\TFS\Samples\tfs-pullrequest-dashboard\node_modules\natives\index.js:143:24) at Object.req [as require] (C:\TFS\Samples\tfs-pullrequest-dashboard\node_modules\natives\index.js:55:10) at Object. (C:\TFS\Samples\tfs-pullrequest-dashboard\node_modules\graceful-fs\fs.js:1:37) at Module._compile (internal/modules/cjs/loader.js:1138:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1158:10) at Module.load (internal/modules/cjs/loader.js:986:32) at Function.Module._load (internal/modules/cjs/loader.js:879:14) at Module.require (internal/modules/cjs/loader.js:1026:19) at require (internal/modules/cjs/helpers.js:72:18)