Giter VIP home page Giter VIP logo

kodem-cli's Introduction

kodem-cli's People

Contributors

dependabot[bot] avatar julianmcolina avatar thellimist avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

kodem-cli's Issues

Error installing

Hey Kan ๐Ÿ‘‹

Tried installing and I received an error. Here are my details (note that I use nvm for managing my node/npm):

Node

node --version
v10.15.1

npm --version
6.4.1

OS

OS: MacBook Pro, Mojave 10.14.6 (18G95)

I also just upgraded my XCode. Could be related, but not sure - node-gyp always seems to have problems

Dump

npm install -g kodem-cli
/Users/copple/.nvm/versions/node/v10.15.1/bin/@thellimist/kodem-cli -> /Users/copple/.nvm/versions/node/v10.15.1/lib/node_modules/kodem-cli/bin/kodem-cli
/Users/copple/.nvm/versions/node/v10.15.1/bin/kodem-cli -> /Users/copple/.nvm/versions/node/v10.15.1/lib/node_modules/kodem-cli/bin/kodem-cli

> [email protected] install /Users/copple/.nvm/versions/node/v10.15.1/lib/node_modules/kodem-cli/node_modules/node-minizip
> node-gyp rebuild

  CC(target) Release/obj.target/zlib/deps/zlib/contrib/minizip/ioapi.o
  CC(target) Release/obj.target/zlib/deps/zlib/contrib/minizip/unzip.o
  CC(target) Release/obj.target/zlib/deps/zlib/contrib/minizip/zip.o
  CC(target) Release/obj.target/zlib/deps/zlib/adler32.o
  CC(target) Release/obj.target/zlib/deps/zlib/compress.o
  CC(target) Release/obj.target/zlib/deps/zlib/crc32.o
  CC(target) Release/obj.target/zlib/deps/zlib/deflate.o
  CC(target) Release/obj.target/zlib/deps/zlib/gzclose.o
  CC(target) Release/obj.target/zlib/deps/zlib/gzlib.o
../deps/zlib/gzlib.c:256:24: warning: implicit declaration of function 'lseek' is invalid in C99 [-Wimplicit-function-declaration]
        state->start = LSEEK(state->fd, 0, SEEK_CUR);
                       ^
../deps/zlib/gzlib.c:14:17: note: expanded from macro 'LSEEK'
#  define LSEEK lseek
                ^
../deps/zlib/gzlib.c:355:9: warning: implicit declaration of function 'lseek' is invalid in C99 [-Wimplicit-function-declaration]
    if (LSEEK(state->fd, state->start, SEEK_SET) == -1)
        ^
../deps/zlib/gzlib.c:14:17: note: expanded from macro 'LSEEK'
#  define LSEEK lseek
                ^
../deps/zlib/gzlib.c:396:15: warning: implicit declaration of function 'lseek' is invalid in C99 [-Wimplicit-function-declaration]
        ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
              ^
../deps/zlib/gzlib.c:14:17: note: expanded from macro 'LSEEK'
#  define LSEEK lseek
                ^
../deps/zlib/gzlib.c:492:14: warning: implicit declaration of function 'lseek' is invalid in C99 [-Wimplicit-function-declaration]
    offset = LSEEK(state->fd, 0, SEEK_CUR);
             ^
../deps/zlib/gzlib.c:14:17: note: expanded from macro 'LSEEK'
#  define LSEEK lseek
                ^
4 warnings generated.
  CC(target) Release/obj.target/zlib/deps/zlib/gzread.o
../deps/zlib/gzread.c:30:15: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration]
        ret = read(state->fd, buf + *have, len - *have);
              ^
../deps/zlib/gzread.c:591:11: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration]
    ret = close(state->fd);
          ^
2 warnings generated.
  CC(target) Release/obj.target/zlib/deps/zlib/gzwrite.o
../deps/zlib/gzwrite.c:84:15: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration]
        got = write(state->fd, strm->next_in, strm->avail_in);
              ^
../deps/zlib/gzwrite.c:101:33: warning: implicit declaration of function 'write' is invalid in C99 [-Wimplicit-function-declaration]
            if (have && ((got = write(state->fd, state->x.next, have)) < 0 ||
                                ^
../deps/zlib/gzwrite.c:573:9: warning: implicit declaration of function 'close' is invalid in C99 [-Wimplicit-function-declaration]
    if (close(state->fd) == -1)
        ^
3 warnings generated.
  CC(target) Release/obj.target/zlib/deps/zlib/infback.o
  CC(target) Release/obj.target/zlib/deps/zlib/inffast.o
  CC(target) Release/obj.target/zlib/deps/zlib/inflate.o
../deps/zlib/inflate.c:1507:61: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
    if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16;
                                                        ~~~ ^
1 warning generated.
  CC(target) Release/obj.target/zlib/deps/zlib/inftrees.o
  CC(target) Release/obj.target/zlib/deps/zlib/trees.o
  CC(target) Release/obj.target/zlib/deps/zlib/uncompr.o
  CC(target) Release/obj.target/zlib/deps/zlib/zutil.o
  LIBTOOL-STATIC Release/chrome_zlib.a
  CXX(target) Release/obj.target/node-minizip/src/zip.o
  CXX(target) Release/obj.target/node-minizip/src/zip_api.o
../src/zip_api.cc:19:25: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations]
  std::string src_dir(*(v8::String::Utf8Value(info[0])));
                        ^
/Users/copple/.node-gyp/10.15.1/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly marked deprecated here
    V8_DEPRECATED("Use Isolate version",
    ^
/Users/copple/.node-gyp/10.15.1/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated))
                            ^
../src/zip_api.cc:20:26: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations]
  std::string dest_dir(*(v8::String::Utf8Value(info[1])));
                         ^
/Users/copple/.node-gyp/10.15.1/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly marked deprecated here
    V8_DEPRECATED("Use Isolate version",
    ^
/Users/copple/.node-gyp/10.15.1/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated))
                            ^
../src/zip_api.cc:37:26: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations]
  std::string zip_file(*(v8::String::Utf8Value(info[0])));
                         ^
/Users/copple/.node-gyp/10.15.1/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly marked deprecated here
    V8_DEPRECATED("Use Isolate version",
    ^
/Users/copple/.node-gyp/10.15.1/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated))
                            ^
../src/zip_api.cc:38:26: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations]
  std::string dest_dir(*(v8::String::Utf8Value(info[1])));
                         ^
/Users/copple/.node-gyp/10.15.1/include/node/v8.h:2891:5: note: 'Utf8Value' has been explicitly marked deprecated here
    V8_DEPRECATED("Use Isolate version",
    ^
/Users/copple/.node-gyp/10.15.1/include/node/v8config.h:327:29: note: expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated))
                            ^
4 warnings generated.
  CXX(target) Release/obj.target/node-minizip/src/zip_async_worker.o
  CXX(target) Release/obj.target/node-minizip/src/zip_internal.o
  CXX(target) Release/obj.target/node-minizip/src/zip_reader.o
  CXX(target) Release/obj.target/node-minizip/src/zip_utils.o
../src/zip_utils.cc:38:7: warning: 'stat64' is deprecated: first deprecated in macOS 10.6 [-Wdeprecated-declarations]
  if (stat64(file_path.c_str(), &file_info) == 0)
      ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/stat.h:402:9: note: 'stat64' has been explicitly marked deprecated here
int     stat64(const char *, struct stat64 *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5, __MAC_10_6, __IPHONE_NA, __IPHONE_NA);
        ^
1 warning generated.
  SOLINK_MODULE(target) Release/node-minizip.node
+ [email protected]
added 119 packages from 103 contributors in 15.502s

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.