Skip to content

Provide installation instructions #30

@albx79

Description

@albx79

Is your feature request related to a problem? Please describe.

I am trying to figure out how morphir works, and I stumbled upon morphir-dapr. I see no installation instructions, so I'm left on my own devices. Noticing a package.json, I assume it's using node and try some npm commands.

$ npm run build
...
> del dist

sh: 1: del: not found

...tweak package.json, replace del with rm -rf, and try again:

$ npm run build

...more stuff this time...

sh: 1: ncc: not found

I've never heard of ncc, google doesn't help; I give up.

Describe the solution you'd like

Most open source projects include building instructions in their README, as well as system requirements.

Describe alternatives you've considered

For now I'll try and compile the examples without using morphir-dapr.

Additional context

I'm using a recent Ubuntu Linux.

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