Getting ENOENT when ctrl+c'ing my server
See original GitHub issue/Users/adri/.npm/_npx/35397/lib/node_modules/clinic/bin.js:192
if (err) throw err
^
Error: ENOENT: no such file or directory, rename 'node_trace.1.log' -> '35409.clinic-doctor/35409.clinic-doctor-traceevent'
I am getting a 35409.clinic-doctor
folder with a processstat
and systeminfo
file
$ cat 35409.clinic-doctor/35409.clinic-doctor-systeminfo
{
"clock": {
"hrtime": [
368808,
367953458
],
"unixtime": 1516870162500
},
"nodeVersions": {
"http_parser": "2.7.0",
"node": "8.9.4",
"v8": "6.1.534.50",
"uv": "1.15.0",
"zlib": "1.2.11",
"ares": "1.10.1-DEV",
"modules": "57",
"nghttp2": "1.25.0",
"openssl": "1.0.2n",
"icu": "59.1",
"unicode": "9.0",
"cldr": "31.0.1",
"tz": "2017b"
},
"toolVersion": "0.6.0"
}
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
ENOENT: no such file or directory when running npm install ...
First delete the package-lock.json and then try npm install.
Read more >How To Fix the “Enoent” Error? - Position Is Everything
The enoent error can be appeared because of some missing files. You can get to know what other causes are by reading this...
Read more >Getting ENOENT when ctrl+c'ing my server · Issue #93 - GitHub
This is properly caused by a bug in node.js that we recently fixed (nodejs/node#18005). The bugfix is in node 9.4.0 and will be...
Read more >Error: ENOENT: no such file or directory, stat '/opt/render ...
I have a next error: Error: ENOENT: no such file or directory, stat '/opt/render/project/src/client/build/index.html My code here: if ...
Read more >Error running Team City build step in Docker image: "ENOENT ...
Note the error "ENOENT: no such file or directory, lstat 'C:\ContainerMappedDirectories'". I've come across this post: https://github.com/nodejs ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
done https://github.com/nearform/node-clinic-doctor/pull/95 📝
The documentation have been updated. This is thus “fixed” 😃