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
Atom: 1.45.0 x64 Electron: 4.2.7 OS: Microsoft Windows 10 Home Single Language Thrown From: gpp-compiler package 3.0.7
Stack Trace
Uncaught Callback must be a function
At fs.js:137
TypeError [ERR_INVALID_CALLBACK]: Callback must be a function
at makeCallback (fs.js:137:11)
at Object.unlink (fs.js:917:14)
at fs.stat (/packages/gpp-compiler/index.js:427:14)
at FSReqWrap.oncomplete (fs.js:155:5)
I fixed this by following this link gruntjs/grunt-contrib-jasmine#262. I.e. changing fs.unlink to fs.unlinkSync at index.js line 427 and restarting Atom.
[Enter steps to reproduce:]
Atom: 1.45.0 x64
Electron: 4.2.7
OS: Microsoft Windows 10 Home Single Language
Thrown From: gpp-compiler package 3.0.7
Stack Trace
Uncaught Callback must be a function
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: