You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: