2.0.0-beta.4 (Cannot find module './resources/settings')

So I have been handed a set of codes to work with by a senior who has since left the company. I have installed the following versions of npm, ionic and cordova.

Cordova CLI: 6.5.0
Ionic CLI Version: 2.0.0-beta.4
Ionic App Lib Version: 2.0.0-beta.1
OS:
Node Version: v4.4.7

when i tried the command “ionic build android”, the following error pops up.

Error: Cannot find module ‘./resources/settings’
at Function.Module._resolveFilename (module.js:325:15)
at Function.Module._load (module.js:276:25)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object. (C:\Users\Username\AppData\Roaming\nvm\v4.4.7\node_modules\ionic\lib\ionic\cordova.js:11:16)
at Module._compile (module.js:409:26)
at Object.Module._extensions…js (module.js:416:10)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)

Cannot find module ‘./resources/settings’ (CLI v2.0.0-beta.4).

I am quite lost as I have tried to set up the new laptop with his configurations but to no avail. I could not find any similar problems on google. Many thanks to anyone who can help point me in the right direction.