Unable to create Project

am using windows and expo xde 2.19.3. I am getting following error


module.js:472
    throw err;
    ^

Error: Cannot find module 'chalk'
    at Function.Module._resolveFilename (module.js:470:15)
    at Function.Module._load (module.js:418:25)
    at Module.require (module.js:498:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (C:\Users\gaurav\pluraltodo\node_modules\react-native\local-cli\server\checkNodeVersion.js:11:13)
    at Object.<anonymous> (C:\Users\gaurav\pluraltodo\node_modules\react-native\local-cli\server\checkNodeVersion.js:43:3)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)

hi-

maybe xde didn’t install properly somehow? it might work to delete it and reinstall it.
i don’t know why that module would be missing.
i just created a new project in XDE 2.19.3 and it worked fine.

charlie