Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'sed' is not recognized as an internal or external command, #61

Closed
ghost opened this issue Mar 29, 2016 · 6 comments
Closed

'sed' is not recognized as an internal or external command, #61

ghost opened this issue Mar 29, 2016 · 6 comments

Comments

@ghost
Copy link

ghost commented Mar 29, 2016

Hi
After fixing the Laravel installer issue I tried again:

adminlte-laravel install
Running llum package AdminLTE...
Running composer require acacha/admin-lte-template-laravel
Using version ^2.0 for acacha/admin-lte-template-laravel
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)

  • Installing acacha/admin-lte-template-laravel (2.0.7)
    Loading from cache

Writing lock file
Generating autoload files

Illuminate\Foundation\ComposerScripts::postUpdate
php artisan optimize
Generating optimized class loader
'sed' is not recognized as an internal or external command,
operable program or batch file.
Adding Acacha\AdminLTETemplateLaravel\Providers\AdminLTETemplateServiceProvider::class to Laravel config app.php file
Adding Acacha\AdminLTETemplateLaravel\Facades\AdminLTE::class to Laravel config app.php file
The filename, directory name, or volume label syntax is incorrect.
Nothing to publish for tag [adminlte].

@ghost
Copy link
Author

ghost commented Mar 29, 2016

And:
C:\webdev\blog>llum boot
Running composer require barryvdh/laravel-ide-helper
Using version ^2.1 for barryvdh/laravel-ide-helper
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)

  • Installing symfony/class-loader (v3.0.3)
    Downloading: 100%
  • Installing barryvdh/laravel-ide-helper (v2.1.4)
    Downloading: 100%

symfony/class-loader suggests installing symfony/polyfill-apcu (For using ApcClassLoader on HHVM)
barryvdh/laravel-ide-helper suggests installing doctrine/dbal (Load information from the database about models for phpdocs (~2.3))
Writing lock file
Generating autoload files

Illuminate\Foundation\ComposerScripts::postUpdate
php artisan optimize
Generating optimized class loader
File C:\webdev\blog/config/app.php already supports llum.
Adding Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class to Laravel config app.php file
'sed' is not recognized as an internal or external command,
operable program or batch file.

[Symfony\Component\Console\Exception\CommandNotFoundException]
There are no commands defined in the "ide-helper" namespace.

Running composer require barryvdh/laravel-debugbar
Using version ^2.2 for barryvdh/laravel-debugbar
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)

  • Installing maximebf/debugbar (v1.11.1)
    Loading from cache
  • Installing barryvdh/laravel-debugbar (v2.2.0)
    Loading from cache

maximebf/debugbar suggests installing kriswallsmith/assetic (The best way to manage assets)
maximebf/debugbar suggests installing predis/predis (Redis storage)
Writing lock file
Generating autoload files

Illuminate\Foundation\ComposerScripts::postUpdate
php artisan optimize
Generating optimized class loader
File C:\webdev\blog/config/app.php already supports llum.
Adding Barryvdh\Debugbar\ServiceProvider::class to Laravel config app.php file
'sed' is not recognized as an internal or external command,
operable program or batch file.
Adding Barryvdh\Debugbar\Facade::class to Laravel config app.php file
The filename, directory name, or volume label syntax is incorrect.
Nothing to publish for tag [].
'touch' is not recognized as an internal or external command,
operable program or batch file.
Error creating file database/database.sqlite
'sed' is not recognized as an internal or external command,
operable program or batch file.
Error commenting DB_ entries in .env file
'sed' is not recognized as an internal or external command,
operable program or batch file.
'/'' is not recognized as an internal or external command,
operable program or batch file.
Error adding DB_CONNECTION=sqlite to .env file
Running php artisan migrate...

[PDOException]
SQLSTATE[HY000] [2002] No connection could be made because the target machi
ne actively refused it.

Running php artisan serve --port=8000
The system cannot find the path specified.

@ghost
Copy link
Author

ghost commented Mar 29, 2016

And using a BASH on windows:

$ adminlte-laravel install
Running llum package AdminLTE...
Running composer require acacha/admin-lte-template-laravel
Using version ^2.0 for acacha/admin-lte-template-laravel
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)

  • Installing acacha/admin-lte-template-laravel (2.0.7)
    Loading from cache

Writing lock file
Generating autoload files

Illuminate\Foundation\ComposerScripts::postUpdate
php artisan optimize
Generating optimized class loader
Adding Acacha\AdminLTETemplateLaravel\Providers\AdminLTETemplateServiceProvider::class to Laravel config app.php file
The filename, directory name, or volume label syntax is incorrect.
Adding Acacha\AdminLTETemplateLaravel\Facades\AdminLTE::class to Laravel config app.php file

[Symfony\Component\Debug\Exception\FatalErrorException]
Class 'AcachaAdminLTETemplateLaravelProvidersAdminLTETemplateServiceProvide
r' not found

@acacha
Copy link
Collaborator

acacha commented Mar 30, 2016

@steenrabol You can use this package with option --no-llum for a full backward compatible version without using llum package or any external command dependency like llum.

Anyway thanks for your time to post issues asap I will try to make package more multiplatform but now is only tested with Ubuntu ans systems using GNU sed.

@acacha
Copy link
Collaborator

acacha commented Mar 31, 2016

@acacha acacha closed this as completed Mar 31, 2016
@pmirandaarias
Copy link

Same problem in windows

@oghenez
Copy link

oghenez commented Jun 10, 2022

any solution for windows, same problem here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants