Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Error while executing "yarn seed" #311

@cloudkompute

Description

@cloudkompute

To configure, I followed these steps:
git clone git@github.com:strues/boldr.git <DIR_NAME>
cd <DIR_NAME>
yarn
cd project && cp .env.example .env
Configure Postgres in .env and .boldr/config/default.js
yarn migrate
yarn seed // This is where i get this error

$ boldr seed
module.js:491
throw err;
^

Error: Cannot find module '../lib/cli.js'

In packages/bin/boldr.js
#!/usr/bin/env node
require('../lib/cli.js');

Am I missing any step in between?

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