This repository was archived by the owner on Jun 16, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 222
This repository was archived by the owner on Jun 16, 2025. It is now read-only.
Suddenly stopped working #750
Copy link
Copy link
Closed
Labels
Description
Bug Description
depcheck was working fine and it was part of my test script, but it stopped working.
I run it and it does not do anything. I wait for several seconds, even minutes and nothing.
I was using it on command line, in my test script.
I didn't install depcheck globally, but only locally with npm i depcheck -D
My package.json:
{
"name": "geoapi.pt",
"version": "1.0.3",
"description": "Detect official divisional administrative regions of Portugal, providing coordinates",
"scripts": {
"test": "standard && depcheck --ignores=\"depcheck\" && node server.js --testStartup && node test/mainTest.js",
"start": "node server.js",
"generate-postalcodes": "node --max-old-space-size=16384 js/generatePostalCodes.js",
"validate-emails": "node validateEmails.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jfoclpf/geoapi.pt.git"
},
"keywords": [
"portugal"
],
"author": "João Pimentel Ferreira",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/jfoclpf/geoapi.pt/issues"
},
"homepage": "https://www.geoapi.pt/",
"dependencies": {
"@turf/centroid": "^6.5.0",
"async": "^3.2.1",
"body-parser": "^1.19.2",
"colors": "^1.4.0",
"cors": "^2.8.5",
"csvtojson": "^2.0.10",
"debug": "^4.3.3",
"download": "^8.0.0",
"express": "^4.17.3",
"express-handlebars": "^6.0.6",
"extract-zip": "^2.0.1",
"nocache": "^3.0.4",
"polygon-lookup": "^2.6.0",
"progress": "^2.0.3",
"proj4": "^2.6.0",
"shapefile": "^0.6.6"
},
"devDependencies": {
"command-line-args": "^5.2.0",
"command-line-usage": "^6.1.1",
"depcheck": "^1.4.3",
"email-verify": "^0.1.1",
"got": "^11.8.2",
"standard": "^16.0.3"
}
}
Versions
node -v
: v16.17.0npm -v
: 8.17.0npx depcheck --version
: 1.4.3
Extra info
I didn't install depcheck globally, but only locally with npm i depcheck -D
I was searching for a verbose option, but found none