python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how to add php gd with composer (laravel 8)
I trying to add php gd to the composer.json.
I want to install php gd because of the following error :
The PHP GD extension is required, but is not installed.
The error was caused by dompdf ...
Jip Helsen
Votes: 0
Answers: 1
Can't read my JSON file using require method in JS
I'm trying to loop through JSON data that I'm pulling from a file. I'm using the require function to get the JSON file but it keeps telling me there is an unexpected '{' token? positions on IDE and co...
Coding_Noob
Votes: 0
Answers: 1
Dynamic require() in pkg (node.js)
IMPORTANT: If you want to help me or you have the same issue discuss it here: https://github.com/vercel/pkg/discussions/1580
I'm writing a node.js app which downloads repositories from GitHub at runti...
Green_Lab
Votes: 0
Answers: 0
variable scope for require
I have a limited JS interpreter for a mobile app, which does not allow usage of module.export. It has some custom global variables, say, customProp which are available at runtime, in the interpreter, ...
artberry
Votes: 0
Answers: 0