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

A through cleanup of dependencies required, I guess #133

Closed
UnrulyNatives opened this issue Jan 10, 2016 · 3 comments
Closed

A through cleanup of dependencies required, I guess #133

UnrulyNatives opened this issue Jan 10, 2016 · 3 comments

Comments

@UnrulyNatives
Copy link

Today I tried to install the project, using the procedure proposed here:
https://laravel-angular.readme.io/docs/install.

Unfortunately I have run on multiple dependency issues, such as
messages about depreciated packages when installing NPM:
"gulp-minify-css": "^0.3.11",
"gulp-minify-html": "^1.0.3",

When installing bower (bower install) I got issues such as this:
UNMET PEER DEPENDENCY vueify-inser-css@^1.0.0
and
npm WARN EPEERINVALID [email protected] requires a peer of laravel-elixir@^4.0 but none was installed.
The first quoted issue produced
npm WARN EPEERINVALID [email protected] a peer of vueify-inser-css@^1.0.0 but none was installed

Maybe someone should take a closer look at the issues.
BTW, the installation went successful.

Thx

@jadjoubran
Copy link
Owner

Hi @UnrulyNatives
Thanks for reporting this

Yes the installation is expected to be successful.. and everything should work
Since the deprecation of most packages just implies that there are new ones with newer options
I'm trying to update the following

  • gulp-minify-css
  • gulp-minify-html
  • updated to laravel-elixir 4

There might be some warnings related to laravel-elixir 4 but I'm still waiting for a third party library to fix their dependencies so I can update

jadjoubran added a commit that referenced this issue Jan 10, 2016
@jadjoubran
Copy link
Owner

@UnrulyNatives Would you be able to test and report if it's working? (I have a terrible connection, and npm install took 2+hours)

You can install the latest unstable using the following command

composer create-project jadjoubran/laravel5-angular-material-starter=dev-master

@jadjoubran
Copy link
Owner

I was able to test now, and it seems working well
So I'm closing this for now
But I'd love to get a confirmation for you if it solves all issues or if you have other comments

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

No branches or pull requests

2 participants