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

Error while executing "yarn seed" #311

Open
cloudkompute opened this issue Nov 12, 2017 · 0 comments
Open

Error while executing "yarn seed" #311

cloudkompute opened this issue Nov 12, 2017 · 0 comments

Comments

@cloudkompute
Copy link

To configure, I followed these steps:
git clone [email protected]: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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant