Skip to content

Cannot find module '<...>/dist/index.js' #13

@vasamaximov

Description

@vasamaximov

I think the 'Server setup' section of the docs needs additional instruction. The 'API Server Setup' currently reads the following:

cd api-relay-server
npm install
nodemon start

but should:

cd api-relay-server
npm install
npm run build
nodemon start

Thanks!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions