Open tony0918 opened 8 years ago
Looks like you might have some outdated stuff in your composer cache. Can you try running:
$ composer clear-cache
You also might want to double check your global minimum stability setting if you have one.
Thanks for quick reply. I will try again. Maybe there is an network issue.
Got a new error. Any idea can help? Thanks.
It looks like @tony0918 was using Windows. There are two issues I had to fix to get this working on Windows:
$executor->execute('npm run install-libraries', $output, realpath($lightning));
That will fix the error code 267 (The directory name is invalid.).
Right. It was on Windows with Git Bash.
Hi Team, When I use command
composer create-project acquia/lightning-project:^8.1.0 MYPROJECT --no-interaction
to install lightning project, get following issue. Please refer to the screenshot.Please help