Problem when trying to run AEProject "missing file"

emin@emins-thinkpad:~/Documents/aeternity/andrea$ aeproject init ===== 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' }

this was already reported during the hackathon :slight_smile:

1 Like

@emin.chain @marco.chain the issues is investigated and found. It seems that nom skips .gitignore files and doesn’t publish them into the registry. Fix will be provided as soon as possible. You can still use aeproject from github form master and develop branch, and link it.

Sorry for the inconvenience,

Martin