I installed ask-cli with yarn on Node v10 and when i run
ask init
i keep getting this error below, then i tried downgrading to Node v8 and the same issue persists.
module.js:550 throw err; ^ Error: Cannot find module '@src/utils/constants' at Function.Module._resolveFilename (module.js:548:15) at Function.Module._resolveFilename (/Users/pariola/.config/yarn/global/node_modules/module-alias/index.js:49:29) at Function.Module._load (module.js:475:25) at Module.require (module.js:597:17) at require (internal/module.js:11:18) at Object. (/Users/pariola/.config/yarn/global/node_modules/ask-cli/lib/commands/init/index.js:1:81) at Module._compile (module.js:653:30) at Object.Module._extensions..js (module.js:664:10) at Module.load (module.js:566:32) at tryModuleLoad (module.js:506:12)