Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #266 from rocketspacer/master
Browse files Browse the repository at this point in the history
Fix wrong require path
  • Loading branch information
pantsel authored Aug 22, 2018
2 parents aaa71a7 + d58fe2e commit 06dce6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/konga.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ else if (argv._[0] === 'play')
else if(argv._[0] === 'prepare') {

// Validate node version
const Utils = require('./api/services/Utils');
const Utils = require('../api/services/Utils');
if(!Utils.isRuntimeVersionSupported()) {
console.error("Incompatible Node.js version. Please make sure that you have Node.js >= 8 installed.")
process.exit(1);
Expand Down

0 comments on commit 06dce6d

Please sign in to comment.