gobuffalo / buffalo

Rapid Web Development w/ Go
http://gobuffalo.io
MIT License
8.07k stars 573 forks source link

No versions of github.com/shurcooL/octicon met constraints: #1689

Closed sittim closed 5 years ago

sittim commented 5 years ago

Issue

When running `buffalo new coke', get the following error:

DEBU[2019-06-08T09:36:28-04:00] Chdir: /home/sporty/go/src/gitlab.com/coke
DEBU[2019-06-08T09:36:28-04:00] LookPath: dep
DEBU[2019-06-08T09:36:28-04:00] Exec: dep init
No versions of github.com/shurcooL/octicon met constraints:
        master: unable to deduce repository and source type for "dmitri.shuralyov.com/text/kebabcase": unable to read metadata: multiple meta tags match import path "dmitri.shuralyov.com/text/kebabcase"

Version

[I] /home/sporty/go/src/gitlab.com~> buffalo version
INFO[0000] Buffalo version is: v0.14.5

YML

[I] /home/sporty/go/src/gitlab.com~> cat ~/.buffalo.yml
skip-yarn: true
db-type: postgres
bootstrap: 4
with-dep: true

System Info

[I] /home/sporty/go/src/gitlab.com~> lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 18.04.2 LTS
Release:        18.04
Codename:       bionic

Complete printiout

[I] /home/sporty/go/src/gitlab.com~> buffalo new coke
DEBU[2019-06-08T09:44:37-04:00] Step: 2a604802
DEBU[2019-06-08T09:44:37-04:00] Chdir: /home/sporty/go/src/gitlab.com/coke
DEBU[2019-06-08T09:44:37-04:00] File: /home/sporty/go/src/gitlab.com/coke/.codeclimate.yml
DEBU[2019-06-08T09:44:37-04:00] File: /home/sporty/go/src/gitlab.com/coke/.env
DEBU[2019-06-08T09:44:37-04:00] File: /home/sporty/go/src/gitlab.com/coke/README.md
DEBU[2019-06-08T09:44:37-04:00] File: /home/sporty/go/src/gitlab.com/coke/actions/actions_test.go
DEBU[2019-06-08T09:44:37-04:00] File: /home/sporty/go/src/gitlab.com/coke/actions/app.go
DEBU[2019-06-08T09:44:37-04:00] File: /home/sporty/go/src/gitlab.com/coke/actions/home.go
DEBU[2019-06-08T09:44:37-04:00] File: /home/sporty/go/src/gitlab.com/coke/actions/home_test.go
DEBU[2019-06-08T09:44:37-04:00] File: /home/sporty/go/src/gitlab.com/coke/actions/render.go
DEBU[2019-06-08T09:44:37-04:00] File: /home/sporty/go/src/gitlab.com/coke/fixtures/sample.toml
DEBU[2019-06-08T09:44:37-04:00] File: /home/sporty/go/src/gitlab.com/coke/grifts/init.go
DEBU[2019-06-08T09:44:37-04:00] File: /home/sporty/go/src/gitlab.com/coke/inflections.json
DEBU[2019-06-08T09:44:37-04:00] File: /home/sporty/go/src/gitlab.com/coke/main.go
DEBU[2019-06-08T09:44:37-04:00] File: /home/sporty/go/src/gitlab.com/coke/config/buffalo-app.toml
DEBU[2019-06-08T09:44:37-04:00] Step: 8a1f2a91
DEBU[2019-06-08T09:44:37-04:00] Chdir: /home/sporty/go/src/gitlab.com/coke
DEBU[2019-06-08T09:44:37-04:00] Step: dc3f458f
DEBU[2019-06-08T09:44:37-04:00] Chdir: /home/sporty/go/src/gitlab.com/coke
DEBU[2019-06-08T09:44:37-04:00] File: /home/sporty/go/src/gitlab.com/coke/grifts/db.go
DEBU[2019-06-08T09:44:37-04:00] File: /home/sporty/go/src/gitlab.com/coke/models/models.go
DEBU[2019-06-08T09:44:37-04:00] File: /home/sporty/go/src/gitlab.com/coke/models/models_test.go
DEBU[2019-06-08T09:44:37-04:00] Exec: go get github.com/gobuffalo/pop
DEBU[2019-06-08T09:44:37-04:00] Step: 8438097a
DEBU[2019-06-08T09:44:37-04:00] Chdir: /home/sporty/go/src/gitlab.com/coke
DEBU[2019-06-08T09:44:37-04:00] File: /home/sporty/go/src/gitlab.com/coke/database.yml
DEBU[2019-06-08T09:44:37-04:00] Step: e0546a10
DEBU[2019-06-08T09:44:37-04:00] Chdir: /home/sporty/go/src/gitlab.com/coke
DEBU[2019-06-08T09:44:37-04:00] File: /home/sporty/go/src/gitlab.com/coke/.buffalo.dev.yml
DEBU[2019-06-08T09:44:37-04:00] Step: 4610e3ee
DEBU[2019-06-08T09:44:37-04:00] Chdir: /home/sporty/go/src/gitlab.com/coke
DEBU[2019-06-08T09:44:37-04:00] Exec: go get github.com/gobuffalo/buffalo-plugins
DEBU[2019-06-08T09:44:38-04:00] Exec: go get github.com/gobuffalo/buffalo-pop
DEBU[2019-06-08T09:44:38-04:00] Step: f201ca14
DEBU[2019-06-08T09:44:38-04:00] Chdir: /home/sporty/go/src/gitlab.com/coke
DEBU[2019-06-08T09:44:38-04:00] File: /home/sporty/go/src/gitlab.com/coke/config/buffalo-plugins.toml
DEBU[2019-06-08T09:44:38-04:00] Step: c1c12895
DEBU[2019-06-08T09:44:38-04:00] Chdir: /home/sporty/go/src/gitlab.com/coke
DEBU[2019-06-08T09:44:38-04:00] LookPath: dep
DEBU[2019-06-08T09:44:38-04:00] Exec: dep init
No versions of github.com/shurcooL/octicon met constraints:
        master: unable to deduce repository and source type for "dmitri.shuralyov.com/text/kebabcase": unable to read metadata: multiple meta tags match import path "dmitri.shuralyov.com/text/kebabcase"
Usage:
  buffalo new [name] [flags]

Flags:
      --api                  skip all front-end code and configure for an API server
      --ci-provider string   specify the type of ci file you would like buffalo to generate [none, travis, gitlab-ci] (default "none")
      --config string        config file (default is $HOME/.buffalo.yaml)
      --db-type string       specify the type of database you want to use [cockroach, mysql, postgres, sqlite3] (default "postgres")
      --docker string        specify the type of Docker file to generate [none, multi, standard] (default "multi")
  -d, --dry-run              dry run
  -f, --force                delete and remake if the app already exists
  -h, --help                 help for new
      --module string        specify the root module (package) name. [defaults to 'automatic']
      --skip-config          skips using the config file
      --skip-pop             skips adding pop/soda to your app
      --skip-webpack         skips adding Webpack to your app
      --skip-yarn            use npm instead of yarn for frontend dependencies management
      --vcs string           specify the Version control system you would like to use [none, git, bzr] (default "git")
  -v, --verbose              verbosely print out the go get commands
      --with-dep             adds github.com/golang/dep to your app

ERRO[0051] Error: exit status 1
stanislas-m commented 5 years ago

This issue seems to be fixed upstream, please retry and reopen the issue if this is still an issue.

cat ~/.buffalo.yml 
skip-yarn: true
db-type: postgres
bootstrap: 4
with-dep: true

$ buffalo new coke
DEBU[2019-06-09T12:15:26+02:00] Step: b8f92616
DEBU[2019-06-09T12:15:26+02:00] Chdir: /home/michalakst/go/src/github.com/gobuffalo/coke
DEBU[2019-06-09T12:15:26+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/.codeclimate.yml
DEBU[2019-06-09T12:15:26+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/.env
DEBU[2019-06-09T12:15:26+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/README.md
DEBU[2019-06-09T12:15:26+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/actions/actions_test.go
DEBU[2019-06-09T12:15:26+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/actions/app.go
DEBU[2019-06-09T12:15:26+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/actions/home.go
DEBU[2019-06-09T12:15:26+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/actions/home_test.go
DEBU[2019-06-09T12:15:26+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/actions/render.go
DEBU[2019-06-09T12:15:26+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/fixtures/sample.toml
DEBU[2019-06-09T12:15:26+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/grifts/init.go
DEBU[2019-06-09T12:15:26+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/inflections.json
DEBU[2019-06-09T12:15:26+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/main.go
DEBU[2019-06-09T12:15:26+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/config/buffalo-app.toml
DEBU[2019-06-09T12:15:26+02:00] Step: 11fb2966
DEBU[2019-06-09T12:15:26+02:00] Chdir: /home/michalakst/go/src/github.com/gobuffalo/coke
DEBU[2019-06-09T12:15:26+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/.dockerignore
DEBU[2019-06-09T12:15:26+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/Dockerfile
DEBU[2019-06-09T12:15:26+02:00] Step: 9c49826f
DEBU[2019-06-09T12:15:26+02:00] Chdir: /home/michalakst/go/src/github.com/gobuffalo/coke
DEBU[2019-06-09T12:15:26+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/grifts/db.go
DEBU[2019-06-09T12:15:26+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/models/models.go
DEBU[2019-06-09T12:15:26+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/models/models_test.go
DEBU[2019-06-09T12:15:26+02:00] Exec: go get github.com/gobuffalo/pop
DEBU[2019-06-09T12:15:26+02:00] Step: 5b4e11d1
DEBU[2019-06-09T12:15:26+02:00] Chdir: /home/michalakst/go/src/github.com/gobuffalo/coke
DEBU[2019-06-09T12:15:26+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/database.yml
DEBU[2019-06-09T12:15:26+02:00] Step: ecdaa1ab
DEBU[2019-06-09T12:15:26+02:00] Chdir: /home/michalakst/go/src/github.com/gobuffalo/coke
DEBU[2019-06-09T12:15:26+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/.buffalo.dev.yml
DEBU[2019-06-09T12:15:26+02:00] Step: 43137fac
DEBU[2019-06-09T12:15:26+02:00] Chdir: /home/michalakst/go/src/github.com/gobuffalo/coke
DEBU[2019-06-09T12:15:26+02:00] Exec: go get github.com/gobuffalo/buffalo-plugins
DEBU[2019-06-09T12:15:27+02:00] Exec: go get github.com/gobuffalo/buffalo-pop
DEBU[2019-06-09T12:15:28+02:00] Step: 609d3710
DEBU[2019-06-09T12:15:28+02:00] Chdir: /home/michalakst/go/src/github.com/gobuffalo/coke
DEBU[2019-06-09T12:15:28+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/config/buffalo-plugins.toml
DEBU[2019-06-09T12:15:28+02:00] Step: 5a1be6c5
DEBU[2019-06-09T12:15:28+02:00] Chdir: /home/michalakst/go/src/github.com/gobuffalo/coke
DEBU[2019-06-09T12:15:28+02:00] LookPath: dep
DEBU[2019-06-09T12:15:28+02:00] Exec: dep init
  Locking in v1.0.2 (0bb5e84) for transitive dep github.com/gobuffalo/mapi
  Locking in v1.8.0 (7cba928) for transitive dep github.com/gobuffalo/fizz
  Locking in v1.1.0 (af06845) for transitive dep github.com/mitchellh/go-homedir
  Locking in v1.0.0 (daa2e5f) for transitive dep github.com/markbates/sigtx
  Locking in v1.0.4 (24b8319) for transitive dep github.com/markbates/inflect
  Locking in v2.2.2 (51d6538) for transitive dep gopkg.in/yaml.v2
  Using ^0.14.5 as constraint for direct dep github.com/gobuffalo/buffalo
  Locking in v0.14.5 (b4cff3d) for direct dep github.com/gobuffalo/buffalo
  Locking in v1.0.1 (6fea05a) for transitive dep github.com/markbates/safe
  Locking in master (86e12af) for transitive dep github.com/gobuffalo/logger
  Locking in v1.2.0 (fd6a70b) for transitive dep github.com/gobuffalo/httptest
  Locking in v1.3.0 (4385788) for transitive dep github.com/rogpeppe/go-internal
  Using ^1.7.0 as constraint for direct dep github.com/gobuffalo/envy
  Locking in v1.7.0 (043cb4b) for direct dep github.com/gobuffalo/envy
  Locking in v1.3.0 (23d116a) for transitive dep github.com/joho/godotenv
  Locking in master (eacb66d) for transitive dep golang.org/x/tools
  Locking in v1.14.1 (10587cf) for transitive dep github.com/gobuffalo/buffalo-plugins
  Locking in v0.1.1 (5482e6e) for transitive dep github.com/gobuffalo/gogen
  Locking in v1.5.1 (5c4e226) for transitive dep github.com/ajg/form
  Locking in v1.0.0 (1744e29) for transitive dep github.com/sergi/go-diff
  Locking in v1.1.1 (bc6a3c0) for transitive dep github.com/lib/pq
  Locking in v1.0.0 (9f541cc) for transitive dep github.com/dustin/go-humanize
  Locking in master (a683aaf) for transitive dep github.com/serenize/snaker
  Locking in v1.3.0 (ffdc059) for transitive dep github.com/stretchr/testify
  Locking in v1.7.0 (5b77d2a) for transitive dep github.com/fatih/color
  Locking in master (6713ea5) for transitive dep github.com/shurcooL/go
  Locking in v1.0.2 (f55edac) for transitive dep github.com/konsorten/go-windows-terminal-sequences
  Locking in v1.10.0 (c7c4067) for transitive dep github.com/mattn/go-sqlite3
  Locking in v0.8.1 (ba968bf) for transitive dep github.com/pkg/errors
  Locking in master (d48a9a7) for transitive dep github.com/shurcooL/graphql
  Locking in master (301114b) for transitive dep golang.org/x/sys
  Locking in v1.1.5 (bfe5373) for transitive dep github.com/gobuffalo/makr
  Locking in v1.7.2 (ed099d4) for transitive dep github.com/gorilla/mux
  Locking in v1.0.3 (298182f) for transitive dep github.com/spf13/pflag
  Locking in v3.8.2 (b49948b) for transitive dep github.com/gobuffalo/plush
  Using master as constraint for direct dep github.com/gobuffalo/mw-forcessl
  Locking in master (6d1ef7f) for direct dep github.com/gobuffalo/mw-forcessl
  Locking in v1.1.1 (8991bc2) for transitive dep github.com/davecgh/go-spew
  Locking in v1.0.7 (c57d0cf) for transitive dep github.com/gobuffalo/github_flavored_markdown
  Locking in master (f4cad6c) for transitive dep github.com/sourcegraph/annotate
  Using ^1.0.0 as constraint for direct dep github.com/unrolled/secure
  Locking in v1.0.0 (76e6d4e) for direct dep github.com/unrolled/secure
  Locking in v0.1.3 (7b54dde) for transitive dep github.com/gobuffalo/flect
  Locking in v2.0.3 (f6f3be4) for transitive dep github.com/gobuffalo/validate
  Locking in v1.0.0 (800e180) for transitive dep github.com/markbates/hmax
  Using master as constraint for direct dep github.com/gobuffalo/mw-paramlogger
  Locking in master (0d45762) for direct dep github.com/gobuffalo/mw-paramlogger
  Using ^4.11.1 as constraint for direct dep github.com/gobuffalo/pop
  Locking in v4.11.1 (d8d4348) for direct dep github.com/gobuffalo/pop
  Locking in v1.1.0 (4966fc6) for transitive dep github.com/fatih/structs
  Locking in v0.3.2 (342b2e1) for transitive dep golang.org/x/text
  Locking in master (bf2de49) for transitive dep github.com/markbates/oncer
  Locking in master (95032a8) for transitive dep github.com/kballard/go-shellquote
  Locking in v1.0.2 (506f3da) for transitive dep github.com/microcosm-cc/bluemonday
  Locking in v1.0.3 (7745e38) for transitive dep github.com/markbates/going
  Locking in v1.4.1 (72cd26f) for transitive dep github.com/go-sql-driver/mysql
  Locking in v3.6.1 (ba2c2dd) for transitive dep github.com/blang/semver
  Locking in master (85f3c92) for transitive dep github.com/gobuffalo/nulls
  Locking in master (1122301) for transitive dep golang.org/x/sync
  Locking in master (6bb1341) for transitive dep github.com/gobuffalo/x
  Locking in v1.2.0 (d161d7a) for transitive dep github.com/jmoiron/sqlx
  Locking in v1.4.2 (839c75f) for transitive dep github.com/sirupsen/logrus
  Locking in master (e161e8a) for transitive dep github.com/gobuffalo/meta
  Locking in v1.0 (76626ae) for transitive dep github.com/inconshreveable/mousetrap
  Locking in v0.0.9 (167de6b) for transitive dep github.com/mattn/go-colorable
  Locking in master (f99c8df) for transitive dep golang.org/x/crypto
  Locking in v1.1.1 (08b5f42) for transitive dep github.com/gorilla/context
  Locking in v1.4.7 (c282820) for transitive dep github.com/fsnotify/fsnotify
  Using ^1.0.6 as constraint for direct dep github.com/markbates/grift
  Locking in v1.0.6 (b89dc1b) for direct dep github.com/markbates/grift
  Locking in master (e0a95df) for transitive dep github.com/cockroachdb/cockroach-go
  Locking in v3.1 (0a5cdaa) for transitive dep github.com/monoculum/formam
  Locking in v0.0.8 (1311e84) for transitive dep github.com/mattn/go-isatty
  Locking in v3.2.0 (6b08a5c) for transitive dep github.com/gofrs/uuid
  Locking in master (bd320f5) for transitive dep github.com/sourcegraph/syntaxhighlight
  Locking in v2.0.5 (3f70165) for transitive dep github.com/gobuffalo/uuid
  Locking in v1.0.0 (792786c) for transitive dep github.com/pmezard/go-difflib
  Locking in v3.4.0 (8faa445) for transitive dep github.com/jackc/pgx
  Locking in v0.1.0 (9efbb66) for transitive dep github.com/gobuffalo/packd
  Locking in v0.3.1 (3012a1d) for transitive dep github.com/BurntSushi/toml
  Locking in v1.1.3 (f57b7e2) for transitive dep github.com/gorilla/sessions
  Locking in master (0797b6d) for transitive dep dmitri.shuralyov.com/text/kebabcase
  Locking in master (461777f) for transitive dep golang.org/x/net
  Using ^2.6.2 as constraint for direct dep github.com/gobuffalo/suite
  Locking in v2.6.2 (917e29a) for direct dep github.com/gobuffalo/suite
  Locking in master (25460a0) for transitive dep github.com/gobuffalo/mw-csrf
  Locking in v0.1.1 (05dc592) for transitive dep github.com/gobuffalo/genny
  Locking in v2.1.0 (d6e3858) for transitive dep github.com/gobuffalo/tags
  Locking in v1.10.3 (5e617d9) for transitive dep github.com/karrick/godirwalk
  Locking in v1.1.1 (e59506c) for transitive dep github.com/gorilla/securecookie
  Locking in v1.3.1 (d3d6e42) for transitive dep github.com/gobuffalo/events
  Locking in master (8e6f634) for transitive dep github.com/gobuffalo/helpers
  Locking in master (37c2f52) for transitive dep github.com/shurcooL/go-goon
  Locking in v1.6.1 (b2f4a3c) for transitive dep google.golang.org/appengine
  Locking in v0.0.5 (f2b07da) for transitive dep github.com/spf13/cobra
  Locking in v1.7.1 (fdf2220) for transitive dep github.com/markbates/refresh
  Locking in master (33c2958) for transitive dep github.com/gobuffalo/syncx
  Using ^2.3.2 as constraint for direct dep github.com/gobuffalo/packr
  Locking in v2.3.2 (dfd81c5) for direct dep github.com/gobuffalo/packr
DEBU[2019-06-09T12:27:01+02:00] Step: c98a63a2
DEBU[2019-06-09T12:27:01+02:00] Chdir: /home/michalakst/go/src/github.com/gobuffalo/coke
DEBU[2019-06-09T12:27:01+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/actions/app.go
DEBU[2019-06-09T12:27:01+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/actions/home.go
DEBU[2019-06-09T12:27:01+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/actions/home_test.go
DEBU[2019-06-09T12:27:01+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/actions/render.go
DEBU[2019-06-09T12:27:01+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/locales/all.en-us.yaml
DEBU[2019-06-09T12:27:01+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/public/robots.txt
DEBU[2019-06-09T12:27:01+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/templates/_flash.html
DEBU[2019-06-09T12:27:01+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/templates/application.html
DEBU[2019-06-09T12:27:01+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/templates/index.html
DEBU[2019-06-09T12:27:01+02:00] Step: a7a58b2b
DEBU[2019-06-09T12:27:01+02:00] Chdir: /home/michalakst/go/src/github.com/gobuffalo/coke
DEBU[2019-06-09T12:27:01+02:00] LookPath: npm
DEBU[2019-06-09T12:27:01+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/.babelrc
DEBU[2019-06-09T12:27:01+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/assets/css/_buffalo.scss
DEBU[2019-06-09T12:27:01+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/assets/css/application.scss
DEBU[2019-06-09T12:27:01+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/assets/images/favicon.ico
DEBU[2019-06-09T12:27:01+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/assets/images/logo.svg
DEBU[2019-06-09T12:27:01+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/assets/js/application.js
DEBU[2019-06-09T12:27:01+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/package.json
DEBU[2019-06-09T12:27:01+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/public/assets/.keep
DEBU[2019-06-09T12:27:01+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/webpack.config.js
DEBU[2019-06-09T12:27:01+02:00] Exec: npm install --no-progress --save
DEBU[2019-06-09T12:28:57+02:00] npm
DEBU[2019-06-09T12:28:57+02:00]  WARN lifecycle The node binary used for scripts is /snap/bin/node but npm is using /snap/node/2212/bin/node itself. Use the `--scripts-prepend-node-path` option to include the path for the node binary npm was executed with.

DEBU[2019-06-09T12:28:57+02:00] 
> node-sass@4.12.0 install /home/michalakst/go/src/github.com/gobuffalo/coke/node_modules/node-sass
> node scripts/install.js

DEBU[2019-06-09T12:28:58+02:00] Downloading binary from https://github.com/sass/node-sass/releases/download/v4.12.0/linux-x64-64_binding.node

DEBU[2019-06-09T12:29:15+02:00] Download complete

DEBU[2019-06-09T12:29:15+02:00] Binary saved to /home/michalakst/go/src/github.com/gobuffalo/coke/node_modules/node-sass/vendor/linux-x64-64/binding.node

DEBU[2019-06-09T12:29:15+02:00] Caching binary to /home/michalakst/.npm/node-sass/4.12.0/linux-x64-64_binding.node

DEBU[2019-06-09T12:29:15+02:00] 
> core-js-pure@3.1.3 postinstall /home/michalakst/go/src/github.com/gobuffalo/coke/node_modules/core-js-pure
> node scripts/postinstall || echo "ignore"

DEBU[2019-06-09T12:29:15+02:00] Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!

DEBU[2019-06-09T12:29:15+02:00] The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: 

DEBU[2019-06-09T12:29:15+02:00] > https://opencollective.com/core-js 

DEBU[2019-06-09T12:29:15+02:00] > https://www.patreon.com/zloirock 

DEBU[2019-06-09T12:29:15+02:00] Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)

DEBU[2019-06-09T12:29:15+02:00] 
> node-sass@4.12.0 postinstall /home/michalakst/go/src/github.com/gobuffalo/coke/node_modules/node-sass
> node scripts/build.js

DEBU[2019-06-09T12:29:16+02:00] Binary found at /home/michalakst/go/src/github.com/gobuffalo/coke/node_modules/node-sass/vendor/linux-x64-64/binding.node

DEBU[2019-06-09T12:29:16+02:00] Testing binary

DEBU[2019-06-09T12:29:16+02:00] Binary is fine

DEBU[2019-06-09T12:29:17+02:00] npm
DEBU[2019-06-09T12:29:17+02:00]  
DEBU[2019-06-09T12:29:17+02:00] notice
DEBU[2019-06-09T12:29:17+02:00]  created a lockfile as package-lock.json. You should commit this file.

DEBU[2019-06-09T12:29:17+02:00] npm
DEBU[2019-06-09T12:29:17+02:00]  WARN optional
DEBU[2019-06-09T12:29:17+02:00]  SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.9 (node_modules/fsevents):

DEBU[2019-06-09T12:29:17+02:00] npm
DEBU[2019-06-09T12:29:17+02:00]  
DEBU[2019-06-09T12:29:17+02:00] WARN
DEBU[2019-06-09T12:29:17+02:00]  
DEBU[2019-06-09T12:29:17+02:00] notsup
DEBU[2019-06-09T12:29:17+02:00]  SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.9: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

DEBU[2019-06-09T12:29:17+02:00] 

DEBU[2019-06-09T12:29:17+02:00] added 730 packages from 442 contributors and audited 9014 packages in 134.756s

DEBU[2019-06-09T12:29:17+02:00] found 0 vulnerabilities

DEBU[2019-06-09T12:29:40+02:00] Step: 26cb5683
DEBU[2019-06-09T12:29:40+02:00] Chdir: /home/michalakst/go/src/github.com/gobuffalo/coke
DEBU[2019-06-09T12:29:40+02:00] File: /home/michalakst/go/src/github.com/gobuffalo/coke/.gitignore
DEBU[2019-06-09T12:29:40+02:00] Exec: git init
Dépôt Git vide initialisé dans /home/michalakst/go/src/github.com/gobuffalo/coke/.git/
DEBU[2019-06-09T12:29:40+02:00] Exec: git add .
DEBU[2019-06-09T12:29:40+02:00] Exec: git commit -q -m Initial Commit
INFO[2019-06-09T12:29:41+02:00] Congratulations! Your application, coke, has been successfully built!
INFO[2019-06-09T12:29:41+02:00] You can find your new application at: /home/michalakst/go/src/github.com/gobuffalo/coke
INFO[2019-06-09T12:29:41+02:00] Please read the README.md file in your new application for next steps on running your application.```