Running meteor Meteor 1.4-beta.3 on Win 7 OS

after commant meteor

W20160628-14:25:40.554(3)? (STDERR) d:\projects\mercer-starter-repo\app.meteor\local\build\programs\server\shell-server.js:15
W20160628-14:25:40.716(3)? (STDERR) require(“meteor-promise”).makeCompatible(Promise, require(“fibers”));
W20160628-14:25:40.717(3)? (STDERR) ^
W20160628-14:25:40.718(3)? (STDERR)
W20160628-14:25:40.718(3)? (STDERR) TypeError: require(…).makeCompatible is not a function
W20160628-14:25:40.719(3)? (STDERR) at Object. (d:\projects\mercer-starter-repo\app.meteor\local\build\programs\server\shell-server.js
:15:27)
W20160628-14:25:40.720(3)? (STDERR) at Module._compile (module.js:409:26)
W20160628-14:25:40.721(3)? (STDERR) at Object.Module._extensions…js (module.js:416:10)
W20160628-14:25:40.722(3)? (STDERR) at Module.load (module.js:343:32)
W20160628-14:25:40.723(3)? (STDERR) at Function.Module._load (module.js:300:12)
W20160628-14:25:40.724(3)? (STDERR) at Module.require (module.js:353:17)
W20160628-14:25:40.725(3)? (STDERR) at require (internal/module.js:12:17)
W20160628-14:25:40.727(3)? (STDERR) at Object. (d:\projects\mercer-starter-repo\app.meteor\local\build\programs\server\boot.js:101:3)
W20160628-14:25:40.728(3)? (STDERR) at Module._compile (module.js:409:26)
W20160628-14:25:40.729(3)? (STDERR) at Object.Module._extensions…js (module.js:416:10)

I resolved this issue by removing all packages that depended on old versions of meteor-promise. You can use meteor npm list to get an overview of package dependencies.