Skip to content

Issue while building meteor - Missing dependancies #896

Open
@franck-boullier

Description

@franck-boullier

When deploying the image, we get an warning message as such.
See this Travis CI build for a example of that error.

image

In Travis CI, implementing the suggest solution from the warning message
meteor npm install --save bcrypt
image
has no effect

Googling the problem leads to a known Issue on the Meteor git Repo.

The solution seems to be :

Make sure you have the node-gyp build tools installed before installing bcrypt .

bcrypt needs to build a binary, and the tools needed to do that are not installed on systems by default.

TODO:

Check how we can change our .travis.yml and Dockerfile files to make sure that make sure you have the node-gyp build tools installed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions