inspect
inspect copied to clipboard
Invalid arg type
Error:
(node:14312) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency (Use node --trace-warnings ...` to show where the warning was created)
debug: Fetched items_game_cdn.txt
debug: Fetched schema.json
internal/fs/utils.js:781
throw new ERR_INVALID_ARG_TYPE(
^
TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received type number (68)
at Object.writeFile (fs.js:1436:5)
at FileStorage.saveFile.FileStorage.writeFile (C:\Users\makez\Desktop\Code\test\csgofloat\node_modules\file-manager\index.js:68:5)
at SteamUser._handlers.
This happens with the latest version of node, I downgraded to an older one and it got fixed
Thanks for the report! In the meantime, I'd recommend using the provided docker images which have a consistent version that is used in production on our end.