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
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
Steps to Reproduce
Expected behavior:
Actual behavior:
Versions
Atom: 1.63.0-nightly1 x64 Electron: 11.5.0 OS: Unknown Windows version Thrown From: gpp-compiler package 3.0.7
Stack Trace
Uncaught TypeError: The "file" argument must be of type string. Received undefined
At internal/validators.js:120
TypeError [ERR_INVALID_ARG_TYPE] [ERR_INVALID_ARG_TYPE]: The "file" argument must be of type string. Received undefined
at validateString (internal/validators.js:120:11)
at normalizeSpawnArguments (child_process.js:415:3)
at Object.spawn (child_process.js:551:16)
at compile (/packages/gpp-compiler/index.js:274:31)
at compileFile (/packages/gpp-compiler/index.js:216:5)
at /packages/gpp-compiler/index.js:27:11)
at CommandRegistry.handleCommandEvent (~/AppData/Local/atom-nightly/app-1.63.0-nightly1/resources/app/static/<embedded>:11:352694)
at KeymapManager.dispatchCommandEvent (~/AppData/Local/atom-nightly/app-1.63.0-nightly1/resources/app/static/<embedded>:11:1228444)
at KeymapManager.handleKeyboardEvent (~/AppData/Local/atom-nightly/app-1.63.0-nightly1/resources/app/static/<embedded>:11:1224578)
at WindowEventHandler.handleDocumentKeyEvent (~/AppData/Local/atom-nightly/app-1.63.0-nightly1/resources/app/static/<embedded>:11:286682)
If you run atom-python-run and gpp-compiler at the same time it will show you this error.
So disabling gpp-compiler will not show this problem when you want to run Python.
And when you run C then disabling atom-python-run will solve your problem.
I am a junior and this is the way I have solved my problem, please correct me if there is any mistake.
And if anyone has an easier way, please share.
Prerequisites
Description
Steps to Reproduce
Expected behavior:
Actual behavior:
Versions
Atom: 1.63.0-nightly1 x64
Electron: 11.5.0
OS: Unknown Windows version
Thrown From: gpp-compiler package 3.0.7
Stack Trace
Uncaught TypeError: The "file" argument must be of type string. Received undefined
Commands
Non-Core Packages
Additional Information
The text was updated successfully, but these errors were encountered: