semantic-segmentation-editor
semantic-segmentation-editor copied to clipboard
Unknown Error
meteor npm install
found 14 vulnerabilities (5 moderate, 8 high, 1 critical)
run npm audit fix
to fix them, or npm audit
for details
meteor npm audit fix
- [email protected]
- [email protected]
- [email protected]
- [email protected] added 25 packages from 14 contributors, removed 2 packages and updated 24 packages in 6.855s
21 packages are looking for funding
run npm fund
for details
fixed 12 of 14 vulnerabilities in 260 scanned packages 2 vulnerabilities required manual review and could not be updated
meteor npm audit === npm audit security report ===
┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review │ │ Some vulnerabilities require your attention to resolve │ │ │ │ Visit https://go.npm.me/audit-guide for additional guidance │ └──────────────────────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Moderate │ Got allows a redirect to a UNIX socket │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ got │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=11.8.5 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ download │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ download > got │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://github.com/advisories/GHSA-pfrx-2q88-qq97 │ └───────────────┴──────────────────────────────────────────────────────────────┘ ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ High │ http-cache-semantics vulnerable to Regular Expression Denial │ │ │ of Service │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ http-cache-semantics │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=4.1.1 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ download │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ download > got > cacheable-request > http-cache-semantics │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://github.com/advisories/GHSA-rc47-6667-2j5j │ └───────────────┴──────────────────────────────────────────────────────────────┘ found 2 vulnerabilities (1 moderate, 1 high) in 283 scanned packages 2 vulnerabilities require manual review. See the full report for details.
meteor npm start
[email protected] start /home/cyy/tools/semantic-segmentation-editor meteor run --settings settings.json --exclude-archs "web.browser.legacy, web.cordova"
[[[[[ ~/tools/semantic-segmentation-editor ]]]]]
=> Started proxy. /home/cyy/.meteor/packages/meteor-tool/.1.12.0.rmh4j4.m6y4n++os.linux.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:218 throw error; ^
SyntaxError: Unexpected end of JSON input
at JSON.parse (meteor run --settings settings.json --exclude-archs "web.browser.legacy, web.cordova"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in: npm ERR! /home/cyy/.npm/_logs/2023-05-31T07_46_36_604Z-debug.log
/home/cyy/.npm/_logs/2023-05-31T07_46_36_604Z-debug.log
My ERRs are the same as yours. Have you solved it yet?
maybe the version of package. i tried to reinstall and not update the meteor, it works
maybe the version of package. i tried to reinstall and not update the meteor, it works Thank you replay to me. I installed the semantic-segmentation-editor-1.6.0 and meteor 1.11, but it does not work. Can you tell me which version you installed?
Thank you again. I think I found the real problem, just now.
=> Started proxy.
/home/cyy/.meteor/packages/meteor-tool/.1.12.0.rmh4j4.m6y4n++os.linux.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.linux.x86_64/dev_bundle/lib/node_modules/meteor-promise/promise_server.js:218
throw error;
For solving the problem, I update my meteor to 2.5.3. I don't change anything else. Then it's work. I refer to this link https://github.com/meteor/meteor/issues/11839#issuecomment-1007391404
oh, the latest meteor fix this.