[Important] ForgAE now renamed to AEproject

Hi I successfully installed aeproject but when I run aeproject init I get the below error

===== Initializing AEproject =====
===== Installing aepp-sdk =====
===== Installing AEproject locally =====
===== Installing yarn locally =====
===== Creating project file & dir structure =====
===== Creating contracts directory =====
===== Creating tests directory =====
===== Creating integrations directory =====
===== Creating deploy directory =====
===== Creating docker directory =====
==== Adding additional files ====
ENOENT: no such file or directory, stat '/usr/local/lib/node_modules/aeproject/aeproject-init/artifacts/.gitignore'
{ Error: ENOENT: no such file or directory, stat '/usr/local/lib/node_modules/aeproject/aeproject-init/artifacts/.gitignore'
    at Object.fs.statSync (fs.js:948:11)
    at Object.statSync (/usr/local/lib/node_modules/aeproject/node_modules/graceful-fs/polyfills.js:308:16)
    at checkStats (/usr/local/lib/node_modules/aeproject/node_modules/fs-extra/lib/copy-sync/copy-sync.js:171:22)
    at checkPaths (/usr/local/lib/node_modules/aeproject/node_modules/fs-extra/lib/copy-sync/copy-sync.js:183:31)
    at Object.copySync (/usr/local/lib/node_modules/aeproject/node_modules/fs-extra/lib/copy-sync/copy-sync.js:25:20)
    at copyFileOrDir (/usr/local/lib/node_modules/aeproject/node_modules/aeproject-utils/utils/fs-utils.js:30:8)
    at addIgnoreFile (/usr/local/lib/node_modules/aeproject/aeproject-init/init.js:141:5)
    at createAEprojectProjectStructure (/usr/local/lib/node_modules/aeproject/aeproject-init/init.js:54:5)
    at <anonymous>
    at process._tickDomainCallback (internal/process/next_tick.js:228:7)
  errno: -2,
  code: 'ENOENT',
  syscall: 'stat',
  path: '/usr/local/lib/node_modules/aeproject/aeproject-init/artifacts/.gitignore' }