Im working on a Vue App. I develop it on Windows and it works fine - no errors. But when I copy my project (except of the node modules) to my Debian server, install all dependencies and start it I get this error: Segmentation fault
. I found the error is based in the src
folder. If I copy any file from there (except the assets folder / files) the Segmentation fault
error appears but not if I copy my modified config and build files.
via abbrechen
No comments:
Post a Comment