+ 5
How do I install figlet working with Node.js?
I am new to working with Node, the best result from uncommenting these various options in code playground results in child process exiting with error code 254 if it isn't terminated by a timed out execution. What am I doing wrong and how do I find and address the package.json file? The project is to make flashcards for SoloLearn. https://code.sololearn.com/cFSIWAa1OEBi/?ref=app https://code.sololearn.com/WFh31zxd55TR/?ref=app
2 Answers
+ 8
Code playground has time limit.
Test on your computer.
+ 4
Thank you, I appreciate it.