Skip to content

System package.json #62

@usernamefml

Description

@usernamefml
Member

The readme needs to updating explaining that when you wish to add a node module you need to add it to your system package.json instead of say the npm or github package.json for example.

I came across this problem when I was trying to add seneca-leveldb and tried to install it in nodezoo_npm or nodezoo_github but when I ran the entire setup in docker I could see that it was complaining seneca-leveldb was missing.

The reason for adding it to the system package.json is that when we rebuild the shared docker container all the packages that we need are added from the system package.json which makes sure we can rebuild faster.

So the readme for system needs to be updated explaining how things are built for deployment.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @usernamefml

        Issue actions

          System package.json · Issue #62 · nodezoo/nodezoo-system