GithubHelp home page GithubHelp logo

aerocommerce / cli Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 1.0 162 KB

A command line installer for Aero Commerce projects.

License: MIT License

PHP 100.00%
aero aero-commerce ecommerce ecommerce-platform ecommerce-framework laravel cli

cli's People

Contributors

calpayne avatar sammygriffiths avatar stylecibot avatar timrspratt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

andrewnclark

cli's Issues

Installation failed

Hi, I found error when installing it

[InvalidArgumentException]
Could not find a version of package aerocommerce/cli matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired
stability.

Installation Fails

Since #10 was merged the install fails with

ErrorException  : symlink(): No such file or directory

  at /Users/sammy/Projects/aero-commerce/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:252
    248|      */
    249|     public function link($target, $link)
    250|     {
    251|         if (! windows_os()) {
  > 252|             return symlink($target, $link);
    253|         }
    254|
    255|         $mode = $this->isDirectory($target) ? 'J' : 'H';
    256|

  Exception trace:

  1   symlink("/Users/sammy/Projects/aero-commerce/vendor/aerocommerce/admin/public", "/Users/sammy/Projects/aero-commerce/public/vendor/aerocommerce/admin")
      /Users/sammy/Projects/aero-commerce/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:252

  2   Illuminate\Filesystem\Filesystem::link("/Users/sammy/Projects/aero-commerce/vendor/aerocommerce/admin/public", "/Users/sammy/Projects/aero-commerce/public/vendor/aerocommerce/admin")
      /Users/sammy/Projects/aero-commerce/vendor/aerocommerce/core/src/Store/Commands/LinkCommand.php:73

  Please use the argument -v to see more details.
Script @php artisan aero:link --ansi handling the post-autoload-dump event returned with error code 1

I believe this is because php artisan aero:link will need to be run after aero:install and aero:configure. I think, therefore, aero:link should probably be moved to either aero:install or aero:configure.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.