mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-28 01:21:13 +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 { program } = require('commander');
|
||||||
const yargs = require('yargs');
|
const yargs = require('yargs');
|
||||||
|
|
||||||
const pkg = require('../../package.json');
|
const pkg = require('../../install/package.json');
|
||||||
const file = require('../file');
|
const file = require('../file');
|
||||||
const prestart = require('../prestart');
|
const prestart = require('../prestart');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user