Giter VIP home page Giter VIP logo

Comments (5)

zindel avatar zindel commented on June 6, 2024 5

@przemyslawjanpietrzak @zackferrofields I've just released the [email protected] to npm. It contains the statically linked linux binary. Could you plz confirm if it works for you?

from fastpack.

zindel avatar zindel commented on June 6, 2024

Thank you for the report! I am planning to rework the release process for the next release. There will be statically pre-built binary for linux (which I guess will cover your case) and macos binary which points to the standard locations of the shared libs (should fix #127)

from fastpack.

zackferrofields avatar zackferrofields commented on June 6, 2024

Could this also be related to the very descriptive node:alpine error not found?

$ docker run -i -t node:8.11.1-alpine ash
$ cd ./tmp
$ yes "" | yarn init
$ yarn add fpack
$ ./node_modules/.bin/fpack -v
>> ash: ./node_modules/.bin/fpack: not found
$ docker run -i -t node:8.11.1 bash
$ cd ./tmp
$ yes "" | yarn init
$ yarn add fpack
$ ./node_modules/.bin/fpack -v
>> ./node_modules/.bin/fpack: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

from fastpack.

zackferrofields avatar zackferrofields commented on June 6, 2024

@zindel I've just tested this on node:8.11.1-alpine and it works 🎉
Thanks

from fastpack.

zindel avatar zindel commented on June 6, 2024

Ok, closing this one. Mac's issue still remains though :(

from fastpack.

Related Issues (20)

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.