You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
(node:19546) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
Listening on port 1127
TypeError [ERR_INVALID_ARG_TYPE]: The "offset" argument must be of type number. Received type string
The text was updated successfully, but these errors were encountered:
add "os.tmpDir = os.tmpdir;" line in node_module/temp/lib/temp.js 's 6th line, like this:
`var fs = require('fs'),
os = require('os'),
path = require('path'),
cnst = require('constants');
os.tmpDir = os.tmpdir;
/* HELPERS */`
but i got error below when click uploaded dump file in server, can anyone help me? Error at ChildProcess. (D:\xxxx\mini-breakpad-server\node_modules\minidump\lib\minidump.js:41:25) at ChildProcess.emit (events.js:400:28) at maybeClose (internal/child_process.js:1058:16)
_at Process.ChildProcess.handle.onexit (internal/child_process.js:293:5)
thank you~~
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
(node:19546) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
Listening on port 1127
TypeError [ERR_INVALID_ARG_TYPE]: The "offset" argument must be of type number. Received type string
The text was updated successfully, but these errors were encountered: