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 Sep 2, 2020. It is now read-only.
After npm install, source env_local, then bin/db-migrate up I get the error given below. Have looked into node_modules/db-migrate/lib folder and no log subdir exists. Thanks for any help you can give in this regard,
$ bin/db-migrate up
module.js:98
var filename=(cov_w97yiacr1.s[257]++,Module._findPath(request,paths,isMain));cov_w97yiacr1.s[258]++;if(!filename){cov_w97yiacr1.b[90][0]++;var err=(cov_w97yiacr1.s[259]++,new Error(`Cannot find module '${request}'`));cov_w97yiacr1.s[260]++;err.code='MODULE_NOT_FOUND';cov_w97yiacr1.s[261]++;throw err;}else{cov_w97yiacr1.b[90][1]++;}cov_w97yiacr1.s[262]++;return filename;};// Given a file name, pass it to the proper extension handler.
^
Error: Cannot find module 'db-migrate/lib/log'
at Function.Module._resolveFilename (module.js:98:172)
at Function.Module._load (module.js:96:765)
at Module.require (module.js:101:252)
at require (internal/module.js:3:7490)
at Object.<anonymous> (/path/to//badgekit-api/bin/db-migrate:9:11)
at Module._compile (module.js:110:1141)
at Object.Module._extensions..js (module.js:111:198)
at Module.load (module.js:99:659)
at tryModuleLoad (module.js:97:556)
at Function.Module._load (module.js:97:319)
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.
After
npm install
,source env_local
, thenbin/db-migrate up
I get the error given below. Have looked intonode_modules/db-migrate/lib
folder and nolog
subdir exists. Thanks for any help you can give in this regard,The text was updated successfully, but these errors were encountered: