1
0
mirror of https://github.com/c9fe/22120.git synced 2024-07-07 11:52:51 +02:00

3.0.5xx new version with fixes for global install

This commit is contained in:
Cris Stringfellow 2023-07-23 10:21:28 +08:00
parent 5676b77c73
commit f2699169fa
No known key found for this signature in database

View File

@ -1,10 +1,7 @@
#!/usr/bin/env node
const os = require('os');
const path = require('path');
const { spawn } = require('child_process');
// Checking if node_modules directory exists
const fs = require('fs');
const path = require('path');