Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.9k views
in Technique[技术] by (71.8m points)

compiler errors - How to compile Node.js with figlet module from pkg?

After compiling via pkg and running the .exe, I got the error:

(node:17672) UnhandledPromiseRejectionWarning: Error: File 'C:**mytestapp
ode_modulesfigletfontsGhost.flf' was not included into executable at compilation stage. Please recompile adding it as asset or script.

my index.js and package.json: https://pastebin.com/vL4nZcZW

I tried to add the entire figlet module to the asset, reinstall it and pkg, but this did not work. I tried to compile with only one require. What am I doing wrong?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...