-
Notifications
You must be signed in to change notification settings - Fork 10
Description
I think it try to open sentry file which is not there after first login?
fs.js:638
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: ENOENT: no such file or directory, open 'C:\Users\ADMIN\Desktop\node-csgorc-master\sentry\rastad'
at Object.fs.openSync (fs.js:638:18)
at Object.fs.writeFileSync (fs.js:1287:33)
at SteamUser.user.on (C:\Users\ADMIN\Desktop\node-csgorc-master\app.js:89:10)
at emitTwo (events.js:125:13)
at SteamUser.emit (events.js:213:7)
at SteamUser.handlers.(anonymous function) (C:\Users\ADMIN\Desktop\node-csgorc-master\node_modules\steam\lib\handlers\user\index.js:61:8)
at SteamUser. (C:\Users\ADMIN\Desktop\node-csgorc-master\node_modules\steam\lib\handlers\user\index.js:12:28)
at emitThree (events.js:140:20)
at SteamClient.emit (events.js:216:7)
at SteamClient._netMsgReceived (C:\Users\ADMIN\Desktop\node-csgorc-master\node_modules\steam\lib\steam_client.js:172:10)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] start: node app.js
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! C:\Users\ADMIN\AppData\Roaming\npm-cache_logs\2017-06-03T16_15_11_823Z-debug.log