node-java-caller
                                
                                 node-java-caller copied to clipboard
                                
                                    node-java-caller copied to clipboard
                            
                            
                            
                        in ./node_modules/java-caller/lib/cli.js Module parse failed: Unexpected character '#' (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders > #! /usr/bin/env node
I get build error.
in ./node_modules/java-caller/lib/cli.js
Module parse failed: Unexpected character '#' (1:0) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
#! /usr/bin/env node
What is your node.js version ?
You can type node -v in command line
If it is a webpack issue, I think there is a solution here -> https://stackoverflow.com/a/50102672/7113625
this can support electron ?
I have not heard of a use of node-java-caller within electron... but maybe this shebang is not really useful... I'll have a look
If you still have the issue, please reopen :)