Closed maxkueng closed 3 years ago
Check whether your NODE_ENV
has been set to development
:
echo $NODE_ENV
@meowtec Thanks! Yes, NODE_ENV
is set to development
.
NODE_ENV=production ./Imagine-0.5.1.AppImage
launches the app successfully.
Awesome, thank you! This is a really cool app! Nice work!
I'll leave this issue open because the AppImage should launch in production mode regardless.
Hi. I downloaded the AppImage but I can't launch it.
Version
eg: 0.5.1
Operating system (version and arch)
Describe the bug
I was trying to launch the AppImage but it crashed immediately saying that it can't find the webpack module which is weird because Webpack is a build tool and shouldn't be required by production code.
exits with the following error: