-
Notifications
You must be signed in to change notification settings - Fork 510
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
Error converting exising Laravel project #58
Comments
Hi @fabnoe Can you give more info to reproduce the problem? Which operating system are you using? |
I ask for the operating system because I think it will be a problem with sed version because I use Ubuntu with gnu sed but i think MAC us another version of sed. http://stackoverflow.com/questions/16745988/sed-command-works-fine-on-ubuntu-but-not-mac |
It's OSX 10.10.5 (14F27). It worked without llum ;-) |
Ok thanks @fabnoe the option --no-llum.is for this cases.... I don't have a osx to try it but as soon as I can I will check if I can find a more multiplatform solution |
@fanoe could you check if installing gnu-sed in OSX solves your problem? brew install gnu-sed see http://apple.stackexchange.com/questions/195590/is-it-possible-to-get-gnu-sed-for-osx Thanks! |
Or maybe you have to use: brew install gnu-sed --with-default-names |
professor-3:app professor$ ls -la /usr/bin/sed
|
So confirmed that it works with gnu seed on MAC OS. Updated README.md https://github.com/acacha/adminlte-laravel#gnu-sed-on-mac-os |
I tried to install adminlte to an existing 5.2 laravel project
Command:
adminlte-laravel install
Result:
The text was updated successfully, but these errors were encountered: