my data went on a date and found out we have out of date data

v1.18.x
psychobunny 11 years ago
parent 032d46465d
commit b21a202142

@ -86,7 +86,7 @@
}
if (!semver.satisfies(require('./node_modules/nodebb-theme-vanilla/package.json').version, pkg.dependencies['nodebb-theme-vanilla'])) {
winston.error('nodebb-theme-vanilla is out of data - please run npm install.');
winston.error('nodebb-theme-vanilla is out of date - please run npm install.');
}
require('./src/database').init(function(err) {

Loading…
Cancel
Save