Closed
Description
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