DennisSnijder / BunqWeb

Web client for bunq
26 stars 2 forks source link

Npm install does not work #3

Closed MeesMaas closed 6 years ago

MeesMaas commented 6 years ago

I get the following error when Trying to do npm install

npm WARN deprecated babel-preset-es2015@6.24.1: We're super 😸  excited that you're trying to use ES2015 syntax, but instead of continuing yearly presets 😭 , we recommend using babel-preset-env: npm install babel-preset-env. preset-env without options will compile ES2015+ down to ES5. And by targeting specific browsers, Babel can do less work and you can ship native ES2015+ to users 😎 ! Also, we are in the process of releasing v7, so give http://babeljs.io/blog/2017/09/12/planning-for-7.0 a read and test it! Thanks so much for using Babel 🙏 , please give us a follow @babeljs for updates, join slack.babeljs.io for discussion and help support at opencollective.com/babel
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
BunqWeb@0.0.0 /home/mees/BunqWeb
├── alertifyjs@1.11.0 
├─┬ babel-preset-es2015@6.24.1 
│ ├─┬ babel-plugin-check-es2015-constants@6.22.0 
│ │ └─┬ babel-runtime@6.26.0 
│ │   ├── core-js@2.5.1 
│ │   └── regenerator-runtime@0.11.0 
│ ├── babel-plugin-transform-es2015-arrow-functions@6.22.0 
│ ├── babel-plugin-transform-es2015-block-scoped-functions@6.22.0 
│ ├─┬ babel-plugin-transform-es2015-block-scoping@6.26.0 
│ │ ├── babel-template@6.26.0 
│ │ ├─┬ babel-traverse@6.26.0 
│ │ │ └── globals@9.18.0 
│ │ └─┬ babel-types@6.26.0 
│ │   ├── esutils@2.0.2 
│ │   └── to-fast-properties@1.0.3 
│ ├─┬ babel-plugin-transform-es2015-classes@6.24.1 
│ │ ├── babel-helper-define-map@6.26.0 
│ │ ├── babel-helper-function-name@6.24.1 
│ │ ├── babel-helper-optimise-call-expression@6.24.1 
│ │ ├── babel-helper-replace-supers@6.24.1 
│ │ └── babel-messages@6.23.0 
│ ├── babel-plugin-transform-es2015-computed-properties@6.24.1 
│ ├── babel-plugin-transform-es2015-destructuring@6.23.0 
│ ├── babel-plugin-transform-es2015-duplicate-keys@6.24.1 
│ ├── babel-plugin-transform-es2015-for-of@6.23.0 
│ ├── babel-plugin-transform-es2015-function-name@6.24.1 
│ ├── babel-plugin-transform-es2015-literals@6.22.0 
│ ├── babel-plugin-transform-es2015-modules-amd@6.24.1 
│ ├─┬ babel-plugin-transform-es2015-modules-commonjs@6.26.0 
│ │ └── babel-plugin-transform-strict-mode@6.24.1 
│ ├─┬ babel-plugin-transform-es2015-modules-systemjs@6.24.1 
│ │ └── babel-helper-hoist-variables@6.24.1 
│ ├── babel-plugin-transform-es2015-modules-umd@6.24.1 
│ ├── babel-plugin-transform-es2015-object-super@6.24.1 
│ ├─┬ babel-plugin-transform-es2015-parameters@6.24.1 
│ │ ├── babel-helper-call-delegate@6.24.1 
│ │ └── babel-helper-get-function-arity@6.24.1 
│ ├── babel-plugin-transform-es2015-shorthand-properties@6.24.1 
│ ├── babel-plugin-transform-es2015-spread@6.22.0 
│ ├─┬ babel-plugin-transform-es2015-sticky-regex@6.24.1 
│ │ └── babel-helper-regex@6.26.0 
│ ├── babel-plugin-transform-es2015-template-literals@6.22.0 
│ ├── babel-plugin-transform-es2015-typeof-symbol@6.23.0 
│ ├─┬ babel-plugin-transform-es2015-unicode-regex@6.24.1 
│ │ └─┬ regexpu-core@2.0.0 
│ │   ├── regenerate@1.3.3 
│ │   ├── regjsgen@0.2.0 
│ │   └─┬ regjsparser@0.1.5 
│ │     └── jsesc@0.5.0 
│ └─┬ babel-plugin-transform-regenerator@6.26.0 
│   └── regenerator-transform@0.10.1 
├─┬ babel-preset-react@6.24.1 
│ ├── babel-plugin-syntax-jsx@6.18.0 
│ ├── babel-plugin-transform-react-display-name@6.25.0 
│ ├─┬ babel-plugin-transform-react-jsx@6.24.1 
│ │ └── babel-helper-builder-react-jsx@6.26.0 
│ ├── babel-plugin-transform-react-jsx-self@6.22.0 
│ ├── babel-plugin-transform-react-jsx-source@6.22.0 
│ └─┬ babel-preset-flow@6.23.0 
│   └─┬ babel-plugin-transform-flow-strip-types@6.22.0 
│     └── babel-plugin-syntax-flow@6.18.0 
├─┬ babelify@7.3.0 
│ ├─┬ babel-core@6.26.0 
│ │ ├── babel-code-frame@6.26.0 
│ │ ├─┬ babel-generator@6.26.0 
│ │ │ ├─┬ detect-indent@4.0.0 
│ │ │ │ └─┬ repeating@2.0.1 
│ │ │ │   └── is-finite@1.0.2 
│ │ │ ├── jsesc@1.3.0 
│ │ │ └── trim-right@1.0.1 
│ │ ├── babel-helpers@6.24.1 
│ │ ├─┬ babel-register@6.26.0 
│ │ │ ├─┬ home-or-tmp@2.0.0 
│ │ │ │ ├── os-homedir@1.0.2 
│ │ │ │ └── os-tmpdir@1.0.2 
│ │ │ ├─┬ mkdirp@0.5.1 
│ │ │ │ └── minimist@0.0.8 
│ │ │ └── source-map-support@0.4.18 
│ │ ├── babylon@6.18.0 
│ │ ├── convert-source-map@1.5.0 
│ │ ├─┬ debug@2.6.9 
│ │ │ └── ms@2.0.0 
│ │ ├── json5@0.5.1 
│ │ ├─┬ minimatch@3.0.4 
│ │ │ └─┬ brace-expansion@1.1.8 
│ │ │   ├── balanced-match@1.0.0 
│ │ │   └── concat-map@0.0.1 
│ │ ├── path-is-absolute@1.0.1 
│ │ ├── private@0.1.7 
│ │ ├── slash@1.0.0 
│ │ └── source-map@0.5.7 
│ └── object-assign@4.1.1 
├─┬ browserify@13.3.0 
│ ├── assert@1.4.1 
│ ├─┬ browser-pack@6.0.2 
│ │ ├─┬ combine-source-map@0.7.2 
│ │ │ ├── convert-source-map@1.1.3 
│ │ │ ├── inline-source-map@0.6.2 
│ │ │ └── lodash.memoize@3.0.4 
│ │ └── umd@3.0.1 
│ ├─┬ browser-resolve@1.11.2 
│ │ └── resolve@1.1.7 
│ ├─┬ browserify-zlib@0.1.4 
│ │ └── pako@0.2.9 
│ ├─┬ buffer@4.9.1 
│ │ ├── base64-js@1.2.1 
│ │ ├── ieee754@1.1.8 
│ │ └── isarray@1.0.0 
│ ├── cached-path-relative@1.0.1 
│ ├─┬ concat-stream@1.5.2 
│ │ ├── readable-stream@2.0.6 
│ │ └── typedarray@0.0.6 
│ ├─┬ console-browserify@1.1.0 
│ │ └── date-now@0.1.4 
│ ├── constants-browserify@1.0.0 
│ ├─┬ crypto-browserify@3.11.1 
│ │ ├─┬ browserify-cipher@1.0.0 
│ │ │ ├─┬ browserify-aes@1.0.8 
│ │ │ │ └── buffer-xor@1.0.3 
│ │ │ ├─┬ browserify-des@1.0.0 
│ │ │ │ └── des.js@1.0.0 
│ │ │ └─┬ evp_bytestokey@1.0.3 
│ │ │   └─┬ md5.js@1.3.4 
│ │ │     └── hash-base@3.0.4 
│ │ ├─┬ browserify-sign@4.0.4 
│ │ │ ├── bn.js@4.11.8 
│ │ │ ├── browserify-rsa@4.0.1 
│ │ │ ├─┬ elliptic@6.4.0 
│ │ │ │ ├── brorand@1.1.0 
│ │ │ │ ├── hash.js@1.1.3 
│ │ │ │ ├── hmac-drbg@1.0.1 
│ │ │ │ ├── minimalistic-assert@1.0.0 
│ │ │ │ └── minimalistic-crypto-utils@1.0.1 
│ │ │ └─┬ parse-asn1@5.1.0 
│ │ │   └── asn1.js@4.9.1 
│ │ ├── create-ecdh@4.0.0 
│ │ ├─┬ create-hash@1.1.3 
│ │ │ ├── cipher-base@1.0.4 
│ │ │ └─┬ ripemd160@2.0.1 
│ │ │   └── hash-base@2.0.2 
│ │ ├── create-hmac@1.1.6 
│ │ ├─┬ diffie-hellman@5.0.2 
│ │ │ └── miller-rabin@4.0.0 
│ │ ├── pbkdf2@3.0.14 
│ │ ├── public-encrypt@4.0.0 
│ │ └── randombytes@2.0.5 
│ ├── defined@1.0.0 
│ ├── deps-sort@2.0.0 
│ ├── domain-browser@1.1.7 
│ ├── duplexer2@0.1.4 
│ ├── events@1.1.1 
│ ├─┬ glob@7.1.2 
│ │ ├── fs.realpath@1.0.0 
│ │ ├─┬ inflight@1.0.6 
│ │ │ └── wrappy@1.0.2 
│ │ └── once@1.4.0 
│ ├─┬ has@1.0.1 
│ │ └── function-bind@1.1.1 
│ ├── htmlescape@1.1.1 
│ ├── https-browserify@0.0.1 
│ ├── inherits@2.0.3 
│ ├─┬ insert-module-globals@7.0.1 
│ │ ├── is-buffer@1.1.5 
│ │ └─┬ lexical-scope@1.2.0 
│ │   └── astw@2.2.0 
│ ├─┬ JSONStream@1.3.1 
│ │ ├── jsonparse@1.3.1 
│ │ └── through@2.3.8 
│ ├─┬ labeled-stream-splicer@2.0.0 
│ │ ├── isarray@0.0.1 
│ │ └── stream-splicer@2.0.0 
│ ├─┬ module-deps@4.1.1 
│ │ ├── detective@4.5.0 
│ │ └── stream-combiner2@1.1.1 
│ ├── os-browserify@0.1.2 
│ ├─┬ parents@1.0.1 
│ │ └── path-platform@0.11.15 
│ ├── path-browserify@0.0.0 
│ ├── process@0.11.10 
│ ├── punycode@1.4.1 
│ ├── querystring-es3@0.2.1 
│ ├── read-only-stream@2.0.0 
│ ├─┬ readable-stream@2.3.3 
│ │ ├── core-util-is@1.0.2 
│ │ ├── process-nextick-args@1.0.7 
│ │ ├── safe-buffer@5.1.1 
│ │ ├── string_decoder@1.0.3 
│ │ └── util-deprecate@1.0.2 
│ ├─┬ resolve@1.4.0 
│ │ └── path-parse@1.0.5 
│ ├─┬ shasum@1.0.2 
│ │ ├── json-stable-stringify@0.0.1 
│ │ └── sha.js@2.4.8 
│ ├─┬ shell-quote@1.6.1 
│ │ ├── array-filter@0.0.1 
│ │ ├── array-map@0.0.0 
│ │ ├── array-reduce@0.0.0 
│ │ └── jsonify@0.0.0 
│ ├── stream-browserify@2.0.1 
│ ├─┬ stream-http@2.7.2 
│ │ ├── builtin-status-codes@3.0.0 
│ │ └── to-arraybuffer@1.0.1 
│ ├── string_decoder@0.10.31 
│ ├─┬ subarg@1.0.0 
│ │ └── minimist@1.2.0 
│ ├─┬ syntax-error@1.3.0 
│ │ └── acorn@4.0.13 
│ ├── through2@2.0.3 
│ ├── timers-browserify@1.4.2 
│ ├── tty-browserify@0.0.0 
│ ├─┬ url@0.11.0 
│ │ ├── punycode@1.3.2 
│ │ └── querystring@0.2.0 
│ ├─┬ util@0.10.3 
│ │ └── inherits@2.0.1 
│ ├─┬ vm-browserify@0.0.4 
│ │ └── indexof@0.0.1 
│ └── xtend@4.0.1 
├─┬ grunt@0.4.5 
│ ├── async@0.1.22 
│ ├── coffee-script@1.3.3 
│ ├── colors@0.6.2 
│ ├── dateformat@1.0.2-1.2.3 
│ ├── eventemitter2@0.4.14 
│ ├── exit@0.1.2 
│ ├─┬ findup-sync@0.1.3 
│ │ ├─┬ glob@3.2.11 
│ │ │ └── minimatch@0.3.0 
│ │ └── lodash@2.4.2 
│ ├── getobject@0.1.0 
│ ├─┬ glob@3.1.21 
│ │ ├── graceful-fs@1.2.3 
│ │ └── inherits@1.0.2 
│ ├─┬ grunt-legacy-log@0.1.3 
│ │ ├─┬ grunt-legacy-log-utils@0.1.1 
│ │ │ ├── lodash@2.4.2 
│ │ │ └── underscore.string@2.3.3 
│ │ ├── lodash@2.4.2 
│ │ └── underscore.string@2.3.3 
│ ├─┬ grunt-legacy-util@0.2.0 
│ │ ├── async@0.1.22 
│ │ └── lodash@0.9.2 
│ ├── hooker@0.2.3 
│ ├── iconv-lite@0.2.11 
│ ├─┬ js-yaml@2.0.5 
│ │ ├─┬ argparse@0.1.16 
│ │ │ ├── underscore@1.7.0 
│ │ │ └── underscore.string@2.4.0 
│ │ └── esprima@1.0.4 
│ ├── lodash@0.9.2 
│ ├─┬ minimatch@0.2.14 
│ │ ├── lru-cache@2.7.3 
│ │ └── sigmund@1.0.1 
│ ├─┬ nopt@1.0.10 
│ │ └── abbrev@1.1.0 
│ ├── rimraf@2.2.8 
│ ├── underscore.string@2.2.1 
│ └── which@1.0.9 
├─┬ grunt-browserify@5.2.0 
│ ├── async@2.5.0 
│ ├─┬ browserify@14.4.0 
│ │ ├── buffer@5.0.7 
│ │ ├── https-browserify@1.0.0 
│ │ └── string_decoder@1.0.3 
│ ├─┬ browserify-incremental@3.1.1 
│ │ ├─┬ browserify-cache-api@3.0.1 
│ │ │ └── async@1.5.2 
│ │ └─┬ JSONStream@0.10.0 
│ │   └── jsonparse@0.0.5 
│ ├── lodash@4.17.4 
│ └─┬ watchify@3.9.0 
│   ├─┬ anymatch@1.3.2 
│   │ ├─┬ micromatch@2.3.11 
│   │ │ ├─┬ arr-diff@2.0.0 
│   │ │ │ └── arr-flatten@1.1.0 
│   │ │ ├── array-unique@0.2.1 
│   │ │ ├─┬ braces@1.8.5 
│   │ │ │ ├─┬ expand-range@1.8.2 
│   │ │ │ │ └─┬ fill-range@2.2.3 
│   │ │ │ │   ├── is-number@2.1.0 
│   │ │ │ │   ├── isobject@2.1.0 
│   │ │ │ │   └─┬ randomatic@1.1.7 
│   │ │ │ │     ├─┬ is-number@3.0.0 
│   │ │ │ │     │ └── kind-of@3.2.2 
│   │ │ │ │     └── kind-of@4.0.0 
│   │ │ │ ├── preserve@0.2.0 
│   │ │ │ └── repeat-element@1.1.2 
│   │ │ ├─┬ expand-brackets@0.1.5 
│   │ │ │ └── is-posix-bracket@0.1.1 
│   │ │ ├── extglob@0.3.2 
│   │ │ ├── filename-regex@2.0.1 
│   │ │ ├── is-extglob@1.0.0 
│   │ │ ├── kind-of@3.2.2 
│   │ │ ├─┬ object.omit@2.0.1 
│   │ │ │ ├─┬ for-own@0.1.5 
│   │ │ │ │ └── for-in@1.0.2 
│   │ │ │ └── is-extendable@0.1.1 
│   │ │ ├─┬ parse-glob@3.0.4 
│   │ │ │ ├── glob-base@0.3.0 
│   │ │ │ └── is-dotfile@1.0.3 
│   │ │ └─┬ regex-cache@0.4.4 
│   │ │   └─┬ is-equal-shallow@0.1.3 
│   │ │     └── is-primitive@2.0.0 
│   │ └─┬ normalize-path@2.1.1 
│   │   └── remove-trailing-separator@1.1.0 
│   ├─┬ browserify@14.4.0 
│   │ ├── buffer@5.0.7 
│   │ ├── https-browserify@1.0.0 
│   │ └── string_decoder@1.0.3 
│   ├─┬ chokidar@1.7.0 
│   │ ├── async-each@1.0.1 
│   │ ├── glob-parent@2.0.0 
│   │ ├─┬ is-binary-path@1.0.1 
│   │ │ └── binary-extensions@1.10.0 
│   │ ├── is-glob@2.0.1 
│   │ └─┬ readdirp@2.1.0 
│   │   ├── graceful-fs@4.1.11 
│   │   └── set-immediate-shim@1.0.1 
│   └── outpipe@1.1.1 
├─┬ grunt-contrib-sass@0.9.2 
│ ├── async@0.9.2 
│ ├─┬ chalk@0.5.1 
│ │ ├── ansi-styles@1.1.0 
│ │ ├── escape-string-regexp@1.0.5 
│ │ ├─┬ has-ansi@0.1.0 
│ │ │ └── ansi-regex@0.2.1 
│ │ ├── strip-ansi@0.3.0 
│ │ └── supports-color@0.2.0 
│ ├── cross-spawn@0.2.9 
│ └─┬ dargs@4.1.0 
│   └── number-is-nan@1.0.1 
├─┬ grunt-contrib-uglify@1.0.2 
│ ├─┬ chalk@1.1.3 
│ │ ├── ansi-styles@2.2.1 
│ │ ├─┬ has-ansi@2.0.0 
│ │ │ └── ansi-regex@2.1.1 
│ │ ├── strip-ansi@3.0.1 
│ │ └── supports-color@2.0.0 
│ ├─┬ maxmin@1.1.0 
│ │ ├── figures@1.7.0 
│ │ ├── gzip-size@1.0.0 
│ │ └─┬ pretty-bytes@1.0.4 
│ │   ├── get-stdin@4.0.1 
│ │   └─┬ meow@3.7.0 
│ │     ├─┬ camelcase-keys@2.1.0 
│ │     │ └── camelcase@2.1.1 
│ │     ├─┬ loud-rejection@1.6.0 
│ │     │ ├─┬ currently-unhandled@0.4.1 
│ │     │ │ └── array-find-index@1.0.2 
│ │     │ └── signal-exit@3.0.2 
│ │     ├── map-obj@1.0.1 
│ │     ├── minimist@1.2.0 
│ │     ├─┬ normalize-package-data@2.4.0 
│ │     │ ├── hosted-git-info@2.5.0 
│ │     │ ├─┬ is-builtin-module@1.0.0 
│ │     │ │ └── builtin-modules@1.1.1 
│ │     │ ├── semver@5.4.1 
│ │     │ └─┬ validate-npm-package-license@3.0.1 
│ │     │   ├─┬ spdx-correct@1.0.2 
│ │     │   │ └── spdx-license-ids@1.2.2 
│ │     │   └── spdx-expression-parse@1.0.4 
│ │     ├─┬ read-pkg-up@1.0.1 
│ │     │ ├─┬ find-up@1.1.2 
│ │     │ │ ├── path-exists@2.1.0 
│ │     │ │ └─┬ pinkie-promise@2.0.1 
│ │     │ │   └── pinkie@2.0.4 
│ │     │ └─┬ read-pkg@1.1.0 
│ │     │   ├─┬ load-json-file@1.1.0 
│ │     │   │ ├─┬ parse-json@2.2.0 
│ │     │   │ │ └─┬ error-ex@1.3.1 
│ │     │   │ │   └── is-arrayish@0.2.1 
│ │     │   │ ├── pify@2.3.0 
│ │     │   │ └─┬ strip-bom@2.0.0 
│ │     │   │   └── is-utf8@0.2.1 
│ │     │   └── path-type@1.1.0 
│ │     ├─┬ redent@1.0.0 
│ │     │ ├── indent-string@2.1.0 
│ │     │ └── strip-indent@1.0.1 
│ │     └── trim-newlines@1.0.0 
│ ├─┬ uglify-js@2.6.4 
│ │ ├── async@0.2.10 
│ │ ├── uglify-to-browserify@1.0.2 
│ │ └─┬ yargs@3.10.0 
│ │   ├── camelcase@1.2.1 
│ │   ├─┬ cliui@2.1.0 
│ │   │ ├─┬ center-align@0.1.3 
│ │   │ │ ├─┬ align-text@0.1.4 
│ │   │ │ │ ├── longest@1.0.1 
│ │   │ │ │ └── repeat-string@1.6.1 
│ │   │ │ └── lazy-cache@1.0.4 
│ │   │ ├── right-align@0.1.3 
│ │   │ └── wordwrap@0.0.2 
│ │   ├── decamelize@1.2.0 
│ │   └── window-size@0.1.0 
│ └── uri-path@1.0.0 
├─┬ grunt-contrib-watch@0.6.1 
│ ├── async@0.2.10 
│ ├─┬ gaze@0.5.2 
│ │ └─┬ globule@0.1.0 
│ │   ├─┬ glob@3.1.21 
│ │   │ ├── graceful-fs@1.2.3 
│ │   │ └── inherits@1.0.2 
│ │   ├── lodash@1.0.2 
│ │   └── minimatch@0.2.14 
│ ├── lodash@2.4.2 
│ └─┬ tiny-lr-fork@0.0.5 
│   ├── debug@0.7.4 
│   ├── faye-websocket@0.4.4 
│   ├─┬ noptify@0.0.3 
│   │ └── nopt@2.0.0 
│   └── qs@0.5.6 
├── jquery@2.2.4 
├── plyr@1.9.0 
├─┬ react@0.14.9 
│ ├─┬ envify@3.4.1 
│ │ └─┬ jstransform@11.0.3 
│ │   ├── base62@1.2.0 
│ │   ├─┬ commoner@0.10.8 
│ │   │ ├── commander@2.11.0 
│ │   │ ├── glob@5.0.15 
│ │   │ ├── iconv-lite@0.4.19 
│ │   │ ├── q@1.5.0 
│ │   │ └─┬ recast@0.11.23 
│ │   │   ├── ast-types@0.9.6 
│ │   │   └── esprima@3.1.3 
│ │   ├── esprima-fb@15001.1.0-dev-harmony-fb 
│ │   ├── object-assign@2.1.1 
│ │   └─┬ source-map@0.4.4 
│ │     └── amdefine@1.0.1 
│ └─┬ fbjs@0.6.1 
│   ├── core-js@1.2.7 
│   ├─┬ promise@7.3.1 
│   │ └── asap@2.0.6 
│   ├── ua-parser-js@0.7.14 
│   └── whatwg-fetch@0.9.0 
├── react-dom@0.14.9 
└─┬ react-router@2.8.1 
  ├─┬ history@2.1.2 
  │ ├── deep-equal@1.0.1 
  │ ├─┬ query-string@3.0.3 
  │ │ └── strict-uri-encode@1.1.0 
  │ └── warning@2.1.0 
  ├── hoist-non-react-statics@1.2.0 
  ├── invariant@2.2.2 
  ├─┬ loose-envify@1.3.1 
  │ └── js-tokens@3.0.2 
  └── warning@3.0.0 

npm WARN optional Skipping failed optional dependency /chokidar/fsevents:
npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.1.2
npm WARN BunqWeb@0.0.0 No repository field.
npm WARN BunqWeb@0.0.0 No license field.
DennisSnijder commented 6 years ago

@MeesMaas Thats not an error, just some simple warnings, this means its working 😄 Perhaps u can try to use the the V0.1 release which includes pre compiled assets and such.

https://github.com/DennisSnijder/BunqWeb/releases/tag/0.1

Try to download the V01.zip from there, should be ready to go!