Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr committed Sep 29, 2023
1 parent df426c1 commit 6c05239
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/pre-requisites.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ for (const pkg of requiredPackages) {
console.error(`${pkg} is not installed\n`)
process.exit(1)
}
}
}

//TBD: Check version of requiredPackages + node and npm

0 comments on commit 6c05239

Please sign in to comment.