Как запустить мои Argon-Dashboard-Pro-Nodejs от Creative Tim?
Около двух лет назад я создал панель администратора с помощью шаблона argon-dashboard-pro-nodejs от Creative Tim.
Они больше не поддерживают этот шаблон и не обновляли его около 4 лет. Я не трогал свое приложение в течение последних двух лет.
Недавно у меня появился новый компьютер, и я хотел обновить и внести изменения в приложение, но оно даже не запускается на моем локальном компьютере.
Я запустил npm install для установки всех зависимостей (это первое, что я должен сделать, верно?)
Затем запустил npm run dev, я получаю эту ошибку:
> argon-dashboard-pro-nodejs@1.0.1 dev
> concurrently "pm2 start" "gulp"
sh: concurrently: command not found
Несмотря на то, что мой package.json отображается одновременно и выглядит так:
{
"name": "argon-dashboard-pro-nodejs",
"version": "1.0.1",
"private": true,
"scripts": {
"pm2": "pm2",
"gulp": "gulp",
"start": "node ./bin/www",
"start:staging": "pm2 start",
"dev": "concurrently \"pm2 start\" \"gulp\"",
"monitor": "pm2 monit",
"reload-env": "pm2 reload --update-env ecosystem.config.js",
"stop": "pm2 stop ecosystem.config.js",
"delete": "pm2 delete ecosystem.config.js",
"knex": "knex --knexfile ./db/knexfile.js --debug"
},
"dependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@google-cloud/firestore": "^3.8.6",
"@google-cloud/storage": "^4.7.0",
"@hapi/joi": "^17.1.1",
"@sendgrid/mail": "^7.2.2",
"async-middleware": "^1.2.1",
"axios": "^0.19.2",
"bcrypt": "^3.0.4",
"bluebird": "^3.5.3",
"body-parser": "^1.18.3",
"bootstrap-star-rating": "^4.0.6",
"browser-sync": "^2.26.12",
"concurrently": "^4.1.0",
"configurable-date-input-polyfill": "^2.8.2",
"connect-redis": "^3.4.0",
"cookie-parser": "^1.4.5",
"debug": "~2.6.9",
"del": "^3.0.0",
"dotenv": "^6.2.0",
"ejs": "~2.5.7",
"ejs-lint": "^1.1.0",
"excel4node": "^1.7.2",
"express": "~4.16.0",
"express-async-handler": "^1.1.4",
"express-ejs-layouts": "^2.5.0",
"express-fileupload": "^1.1.6",
"express-session": "^1.17.1",
"express-subdomain": "^1.0.5",
"firebase": "^7.17.1",
"firebase-admin": "^8.13.0",
"geo-tz": "^6.0.0",
"geolib": "^3.3.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.0.2",
"gulp-clean-css": "^3.9.4",
"gulp-csscomb": "^3.0.8",
"gulp-cssnano": "^2.1.3",
"gulp-html-prettify": "0.0.1",
"gulp-imagemin": "^4.1.0",
"gulp-npm-dist": "^1.0.1",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-run": "^1.7.1",
"gulp-sass": "^3.2.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.0",
"gulp-useref-plus": "0.0.8",
"gulp-util": "^3.0.8",
"gulp-wait": "0.0.2",
"http-errors": "~1.6.2",
"input-time-polyfill": "^1.0.7",
"joi": "^14.3.1",
"joi-password-complexity": "4.1.0",
"knex": "^0.16.5",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"multer": "^1.4.2",
"node-cron": "^2.0.3",
"node-geocoder": "^3.27.0",
"nodemailer": "^6.4.10",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.18.2",
"pino": "^5.17.0",
"pm2": "^3.2.9",
"postcss-flexbugs-fixes": "^3.3.1",
"streamifier": "^0.1.1",
"stripe": "^8.89.0",
"twilio": "^3.48.1",
"which-browser": "^0.5.1"
},
"devDependencies": {
"eslint": "^5.13.0",
"eslint-config": "^0.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^1.3.1",
"lint-staged": "^8.1.3",
"pino-pretty": "^2.5.0",
"prettier": "^1.16.4",
"pretty-quick": "^1.10.0",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0"
},
"lint-staged": {
"src/**/*.{js,jsx}": [
"eslint --fix",
"prettier --config .prettierrc --write",
"git add"
],
"packages/**/*.{js,jsx}": [
"eslint --fix",
"prettier --config .prettierrc --write",
"git add"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}
Затем я запустил «npm i одновременно» и получил следующее:
npm WARN deprecated @types/vfile-message@2.0.0: This is a stub types definition. vfile-message provides its own type definitions, so you do not need this installed.
npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated flatten@1.0.3: flatten is deprecated in favor of utility frameworks such as lodash.
npm WARN deprecated topo@3.0.3: This module has moved and is now available at @hapi/topo. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
npm WARN deprecated @hapi/pinpoint@2.0.0: Moved to 'npm install @sideway/pinpoint'
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated @hapi/formula@2.0.0: Moved to 'npm install @sideway/formula'
npm WARN deprecated request-promise@4.2.6: request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm WARN deprecated hoek@6.1.3: This module has moved and is now available at @hapi/hoek. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
npm WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm WARN deprecated browserslist@1.7.7: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
npm WARN deprecated gulp-util@0.0.1: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
npm WARN deprecated minimatch@0.2.12: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated multer@1.4.4: Multer 1.x is affected by CVE-2022-24434. This is fixed in v1.4.4-lts.1 which drops support for versions of Node.js before 6. Please upgrade to at least Node.js 6 and version 1.4.4-lts.1 of Multer. If you need support for older versions of Node.js, we are open to accepting patches that would fix the CVE on the main 1.x release line, whilst maintaining compatibility with Node.js 0.10.
npm WARN deprecated node-uuid@1.4.0: Use uuid module instead
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
npm WARN deprecated @hapi/address@4.1.0: Moved to 'npm install @sideway/address'
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
npm WARN deprecated debug@4.1.1: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
npm WARN deprecated uuid@2.0.3: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated uuid@2.0.3: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated mkdirp@0.5.1: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated bcrypt@3.0.8: versions < v5.0.0 do not handle NUL in passwords properly
npm WARN deprecated @babel/polyfill@7.12.1: This package has been deprecated in favor of separate inclusion of a polyfill and regenerator-runtime (when needed). See the @babel/polyfill docs (https://babeljs.io/docs/en/babel-polyfill) for more information.
npm WARN deprecated text-encoding@0.6.4: no longer maintained
npm WARN deprecated node-pre-gyp@0.14.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future
npm WARN deprecated axios@0.19.2: Critical security vulnerability fixed in v0.21.1. For more information, see https://github.com/axios/axios/pull/3410
npm WARN deprecated joi@14.3.1: This module has moved and is now available at @hapi/joi. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
npm WARN deprecated @hapi/joi@17.1.1: Switch to 'npm install joi'
npm WARN deprecated svgo@0.7.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap.
npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
npm WARN deprecated core-js@3.6.5: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
npm ERR! code 1
npm ERR! path /Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/node-sass
npm ERR! command failed
npm ERR! command sh -c node scripts/build.js
npm ERR! Building: /Users/ttsssss/.nvm/versions/node/v16.0.0/bin/node /Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library=
npm ERR! gyp info it worked if it ends with ok
npm ERR! gyp verb cli [
npm ERR! gyp verb cli '/Users/ttsssss/.nvm/versions/node/v16.0.0/bin/node',
npm ERR! gyp verb cli '/Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/node-gyp/bin/node-gyp.js',
npm ERR! gyp verb cli 'rebuild',
npm ERR! gyp verb cli '--verbose',
npm ERR! gyp verb cli '--libsass_ext=',
npm ERR! gyp verb cli '--libsass_cflags=',
npm ERR! gyp verb cli '--libsass_ldflags=',
npm ERR! gyp verb cli '--libsass_library='
npm ERR! gyp verb cli ]
npm ERR! gyp info using node-gyp@3.8.0
npm ERR! gyp info using node@16.0.0 | darwin | arm64
npm ERR! gyp verb command rebuild []
npm ERR! gyp verb command clean []
npm ERR! gyp verb clean removing "build" directory
npm ERR! gyp verb command configure []
npm ERR! gyp verb check python checking for Python executable "python2" in the PATH
npm ERR! gyp verb `which` failed Error: not found: python2
npm ERR! gyp verb `which` failed at getNotFoundError (/Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/which/which.js:13:12)
npm ERR! gyp verb `which` failed at F (/Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/which/which.js:68:19)
npm ERR! gyp verb `which` failed at E (/Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/which/which.js:80:29)
npm ERR! gyp verb `which` failed at /Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/which/which.js:89:16
npm ERR! gyp verb `which` failed at /Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/isexe/index.js:42:5
npm ERR! gyp verb `which` failed at /Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/isexe/mode.js:8:5
npm ERR! gyp verb `which` failed at FSReqCallback.oncomplete (node:fs:194:21)
npm ERR! gyp verb `which` failed python2 Error: not found: python2
npm ERR! gyp verb `which` failed at getNotFoundError (/Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/which/which.js:13:12)
npm ERR! gyp verb `which` failed at F (/Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/which/which.js:68:19)
npm ERR! gyp verb `which` failed at E (/Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/which/which.js:80:29)
npm ERR! gyp verb `which` failed at /Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/which/which.js:89:16
npm ERR! gyp verb `which` failed at /Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/isexe/index.js:42:5
npm ERR! gyp verb `which` failed at /Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/isexe/mode.js:8:5
npm ERR! gyp verb `which` failed at FSReqCallback.oncomplete (node:fs:194:21) {
npm ERR! gyp verb `which` failed code: 'ENOENT'
npm ERR! gyp verb `which` failed }
npm ERR! gyp verb check python checking for Python executable "python" in the PATH
npm ERR! gyp verb `which` failed Error: not found: python
npm ERR! gyp verb `which` failed at getNotFoundError (/Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/which/which.js:13:12)
npm ERR! gyp verb `which` failed at F (/Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/which/which.js:68:19)
npm ERR! gyp verb `which` failed at E (/Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/which/which.js:80:29)
npm ERR! gyp verb `which` failed at /Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/which/which.js:89:16
npm ERR! gyp verb `which` failed at /Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/isexe/index.js:42:5
npm ERR! gyp verb `which` failed at /Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/isexe/mode.js:8:5
npm ERR! gyp verb `which` failed at FSReqCallback.oncomplete (node:fs:194:21)
npm ERR! gyp verb `which` failed python Error: not found: python
npm ERR! gyp verb `which` failed at getNotFoundError (/Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/which/which.js:13:12)
npm ERR! gyp verb `which` failed at F (/Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/which/which.js:68:19)
npm ERR! gyp verb `which` failed at E (/Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/which/which.js:80:29)
npm ERR! gyp verb `which` failed at /Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/which/which.js:89:16
npm ERR! gyp verb `which` failed at /Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/isexe/index.js:42:5
npm ERR! gyp verb `which` failed at /Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/isexe/mode.js:8:5
npm ERR! gyp verb `which` failed at FSReqCallback.oncomplete (node:fs:194:21) {
npm ERR! gyp verb `which` failed code: 'ENOENT'
npm ERR! gyp verb `which` failed }
npm ERR! gyp ERR! configure error
npm ERR! gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
npm ERR! gyp ERR! stack at PythonFinder.failNoPython (/Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/node-gyp/lib/configure.js:484:19)
npm ERR! gyp ERR! stack at PythonFinder.<anonymous> (/Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/node-gyp/lib/configure.js:406:16)
npm ERR! gyp ERR! stack at F (/Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/which/which.js:68:16)
npm ERR! gyp ERR! stack at E (/Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/which/which.js:80:29)
npm ERR! gyp ERR! stack at /Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/which/which.js:89:16
npm ERR! gyp ERR! stack at /Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/isexe/index.js:42:5
npm ERR! gyp ERR! stack at /Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/isexe/mode.js:8:5
npm ERR! gyp ERR! stack at FSReqCallback.oncomplete (node:fs:194:21)
npm ERR! gyp ERR! System Darwin 21.5.0
npm ERR! gyp ERR! command "/Users/ttsssss/.nvm/versions/node/v16.0.0/bin/node" "/Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
npm ERR! gyp ERR! cwd /Users/ttsssss/Documents/HOZ-Repos/HOZ-Landingpage/hoz-test/node_modules/node-sass
npm ERR! gyp ERR! node -v v16.0.0
npm ERR! gyp ERR! node-gyp -v v3.8.0
npm ERR! gyp ERR! not ok
npm ERR! Build failed with error code: 1
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/ttsssss/.npm/_logs/2022-07-28T19_34_07_226Z-debug.log
Итак, я запускаю устаревший npm и получаю следующее:
Package Current Wanted Latest Location Depended by
@babel/core MISSING 7.18.9 7.18.9 - hoz-test
@babel/preset-env MISSING 7.18.9 7.18.9 - hoz-test
@google-cloud/firestore MISSING 3.8.6 5.0.2 - hoz-test
@google-cloud/storage MISSING 4.7.2 6.2.3 - hoz-test
@hapi/joi MISSING 17.1.1 17.1.1 - hoz-test
@sendgrid/mail MISSING 7.7.0 7.7.0 - hoz-test
async-middleware MISSING 1.2.1 1.2.1 - hoz-test
axios MISSING 0.19.2 0.27.2 - hoz-test
bcrypt MISSING 3.0.8 5.0.1 - hoz-test
bluebird MISSING 3.7.2 3.7.2 - hoz-test
body-parser MISSING 1.20.0 1.20.0 - hoz-test
bootstrap-star-rating MISSING 4.1.2 4.1.2 - hoz-test
browser-sync MISSING 2.27.10 2.27.10 - hoz-test
concurrently MISSING 4.1.2 7.3.0 - hoz-test
configurable-date-input-polyfill MISSING 2.8.2 3.1.4 - hoz-test
connect-redis MISSING 3.4.2 6.1.3 - hoz-test
cookie-parser MISSING 1.4.6 1.4.6 - hoz-test
debug MISSING 2.6.9 4.3.4 - hoz-test
del MISSING 3.0.0 7.0.0 - hoz-test
dotenv MISSING 6.2.0 16.0.1 - hoz-test
ejs MISSING 2.5.9 3.1.8 - hoz-test
ejs-lint MISSING 1.2.2 1.2.2 - hoz-test
excel4node MISSING 1.8.0 1.8.0 - hoz-test
express MISSING 4.16.4 4.18.1 - hoz-test
express-async-handler MISSING 1.2.0 1.2.0 - hoz-test
express-ejs-layouts MISSING 2.5.1 2.5.1 - hoz-test
express-fileupload MISSING 1.4.0 1.4.0 - hoz-test
express-session MISSING 1.17.3 1.17.3 - hoz-test
express-subdomain MISSING 1.0.5 1.0.5 - hoz-test
firebase MISSING 7.24.0 9.9.1 - hoz-test
firebase-admin MISSING 8.13.0 11.0.0 - hoz-test
geo-tz MISSING 6.0.2 7.0.2 - hoz-test
geolib MISSING 3.3.3 3.3.3 - hoz-test
gulp MISSING 4.0.2 4.0.2 - hoz-test
gulp-autoprefixer MISSING 5.0.0 8.0.0 - hoz-test
gulp-babel MISSING 8.0.0 8.0.0 - hoz-test
gulp-cache MISSING 1.1.3 1.1.3 - hoz-test
gulp-clean-css MISSING 3.10.0 4.3.0 - hoz-test
gulp-csscomb MISSING 3.1.0 3.1.0 - hoz-test
gulp-cssnano MISSING 2.1.3 2.1.3 - hoz-test
gulp-html-prettify MISSING 0.0.1 0.0.1 - hoz-test
gulp-imagemin MISSING 4.1.0 8.0.0 - hoz-test
gulp-npm-dist MISSING 1.0.3 1.0.3 - hoz-test
gulp-postcss MISSING 7.0.1 9.0.1 - hoz-test
gulp-rename MISSING 1.4.0 2.0.0 - hoz-test
gulp-run MISSING 1.7.1 1.7.1 - hoz-test
gulp-sass MISSING 3.2.1 5.1.0 - hoz-test
gulp-sourcemaps MISSING 2.6.5 3.0.0 - hoz-test
gulp-uglify MISSING 3.0.2 3.0.2 - hoz-test
gulp-useref-plus MISSING 0.0.8 0.0.8 - hoz-test
gulp-util MISSING 3.0.8 3.0.8 - hoz-test
gulp-wait MISSING 0.0.2 0.0.2 - hoz-test
http-errors MISSING 1.6.3 2.0.0 - hoz-test
input-time-polyfill MISSING 1.0.7 1.0.7 - hoz-test
joi MISSING 14.3.1 17.6.0 - hoz-test
joi-password-complexity MISSING 4.1.0 5.1.0 - hoz-test
knex MISSING 0.16.5 2.2.0 - hoz-test
moment MISSING 2.29.4 2.29.4 - hoz-test
moment-timezone MISSING 0.5.34 0.5.34 - hoz-test
multer MISSING 1.4.4 1.4.5-lts.1 - hoz-test
node-cron MISSING 2.0.3 3.0.1 - hoz-test
node-geocoder MISSING 3.29.0 4.2.0 - hoz-test
nodemailer MISSING 6.7.7 6.7.7 - hoz-test
passport MISSING 0.4.1 0.6.0 - hoz-test
passport-local MISSING 1.0.0 1.0.0 - hoz-test
pg MISSING 7.18.2 8.7.3 - hoz-test
pino MISSING 5.17.0 8.3.1 - hoz-test
pm2 MISSING 3.5.2 5.2.0 - hoz-test
postcss-flexbugs-fixes MISSING 3.3.1 5.0.2 - hoz-test
streamifier MISSING 0.1.1 0.1.1 - hoz-test
stripe MISSING 8.222.0 9.16.0 - hoz-test
twilio MISSING 3.80.0 3.80.0 - hoz-test
which-browser MISSING 0.5.1 0.7.0 - hoz-test