removing the node_modules folder, clearing npm cached files, and doing a fresh install, resolves this issue.
rm -rf node_modules && npm cache clean --force && npm install
source: https://github.com/ember-cli/ember-cli/issues/3087#issuecomment-71327402