Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

I am getting a build error when attempting to run a script from a dependency to build my website.
$ node ace build
Debugger attached.
TypeError: commandInstance.exec is not a function
1 Kernel.execMain
/Users/craigsau/Documents/Programming Stuff/PersonalSite/node_modules/@adonisjs/core/node_modules/@adonisjs/ace/build/src/Kernel/index.js:201
2 Kernel.handle
/Users/craigsau/Documents/Programming Stuff/PersonalSite/node_modules/@adonisjs/core/node_modules/@adonisjs/ace/build/src/Kernel/index.js:528
3 App.handle
/Users/craigsau/Documents/Programming Stuff/PersonalSite/node_modules/@adonisjs/core/build/src/Ignitor/Ace/App/index.js:226
4 Ace.handle
/Users/craigsau/Documents/Programming Stuff/PersonalSite/node_modules/@adonisjs/core/build/src/Ignitor/Ace/index.js:33
However, this error is fixed by changing commandInstance.exec(); to commandInstance.exec; and runs successfully locally after making the change.
The problem lies that this is in node_modules, which is a gitignored file, and I believe it should stay that way. Is there any way to fix this without unignoring the node_modules?
a6309a057c3f4cb38fb2e7feb67236
KFSys
ef1ed44cc2154be3bcbb2d727878f8
Devs Neonetworks
1e6b823ea20d4cb189a34a922f5588
Telmo Valverde
erik-jan martens
Henry Mui
anthonycarreon
garantieheld
Marin