Closed
Description
Hi,
I follow the steps you wrote :
- git clone [email protected]:jadjoubran/laravel5-angular-material-starter.git : OK
- npm install -g gulp bower : OK
- composer install : OK
- npm install : OK
- bower install : OK with a choice, I choose 3)
Unable to find a suitable version for angular, please choose one:
1) angular#1.3 which resolved to 1.3.15 and is required by laravel5-angular-material-starter
2) angular#^1.3.0 || >1.4.0-beta.0 which resolved to 1.3.15 and is required by angular-material#0.9.4
3) angular#>= 1.0.8 which resolved to 1.3.15 and is required by angular-ui-router#0.2.15
4) angular#1.4.0 which resolved to 1.4.0 and is required by angular-animate#1.4.0, angular-aria#1.4.0
5) angular#~1.x which resolved to 1.4.0 and is required by restangular#1.5.1
6) angular#>=1.0.8 which resolved to 1.4.0 and is required by ngstorage#0.3.4
- gulp : KO
MacBook-Pro-de-Pierre-2:project1 pierrerigal$ gulp
[11:19:49] Using gulpfile ~/Projets/project1/gulpfile.js
[11:19:49] Starting 'default'...
[11:19:49] Starting 'bower-css'...
[11:19:49] Starting 'bower-js'...
[11:19:49] Finished 'default' after 63 ms
[11:20:10] Finished 'bower-js' after 21 s
[11:20:10] Finished 'bower-css' after 21 s
[11:20:10] Starting 'bower'...
[11:20:10] Finished 'bower' after 15 μs
[11:20:10] Starting 'angular in angular/'...
[11:20:11] Finished 'angular in angular/' after 308 ms
[11:20:11] Starting 'less'...
[11:20:11] Running Less: resources/assets/less/../../../angular/**/*.less
[11:20:12] Finished 'less' after 1.07 s
[11:20:12] Starting 'copy'...
[11:20:12] Finished 'copy' after 5.12 ms
[11:20:12] Starting 'styles'...
[11:20:12] Merging: resources/.tmp/**/*.css
events.js:85
throw er; // Unhandled 'error' event
^
SyntaxError: /Users/pierrerigal/Projets/project1/resources/.tmp/all.css: Unexpected token (1:0)
> 1 | .Dashboard-Container li {
| ^
2 | line-height: 26px;
3 | }
4 |
at Parser.pp.raise (/Users/pierrerigal/Projets/project1/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/lib/acorn/src/location.js:73:13)
at Parser.pp.unexpected (/Users/pierrerigal/Projets/project1/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/lib/acorn/src/parseutil.js:87:8)
at Parser.pp.parseExprAtom (/Users/pierrerigal/Projets/project1/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/lib/acorn/src/expression.js:393:12)
at Parser.parseExprAtom (/Users/pierrerigal/Projets/project1/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/node_modules/acorn-jsx/inject.js:624:24)
at Parser.pp.parseExprSubscripts (/Users/pierrerigal/Projets/project1/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/lib/acorn/src/expression.js:217:19)
at Parser.pp.parseMaybeUnary (/Users/pierrerigal/Projets/project1/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/lib/acorn/src/expression.js:199:19)
at Parser.pp.parseExprOps (/Users/pierrerigal/Projets/project1/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/lib/acorn/src/expression.js:155:19)
at Parser.pp.parseMaybeConditional (/Users/pierrerigal/Projets/project1/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/lib/acorn/src/expression.js:138:19)
at Parser.pp.parseMaybeAssign (/Users/pierrerigal/Projets/project1/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/lib/acorn/src/expression.js:106:19)
at Parser.pp.parseExpression (/Users/pierrerigal/Projets/project1/node_modules/laravel-elixir/node_modules/gulp-babel/node_modules/babel-core/lib/acorn/src/expression.js:81:19)
Why ? :)
Thanks.
Notes :
- First time with L5, Gulp, Angular
- Familiar with L4, Composer, Bower, Grunt