mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-02 13:50:36 +01:00
fix: get version from install/package.json instead
This commit is contained in:
@@ -62,7 +62,7 @@ const nconf = require('nconf');
|
||||
const { program } = require('commander');
|
||||
const yargs = require('yargs');
|
||||
|
||||
const pkg = require('../../package.json');
|
||||
const pkg = require('../../install/package.json');
|
||||
const file = require('../file');
|
||||
const prestart = require('../prestart');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user