Electron-Forge unable to publish to nucleus or github - javascript

As the title states, currently im trying to publish an electron app to either github or my nucleus server and am unable to and have been plagued by errors for the last 8 hours. Currently the error im getting is
"could not find a publish target with the name: #electron-forge/publisher-github"
I get the same thing except with "publisher-nucleus" when i attempt to use my nucleus server. I have attempted reinstalling electron and electron-forge, creating a new project with init and no progress has been made.
any help is appreciated.

Related

VueJS / Apache Cordova application throwing errors inside of the chunk-vendor disptie VueJS application working fine

I have a VueJS project with a "fakeDB.js" file that drives the database via local storage (browser) during development. After testing this locally, everything is working and I can navigate to pages perfectly fine.
I'm now running npm run build to get the js/css files to place into a Cordova application for an Android application. After copying these files into the application and switching the VueJS application to use the SQLITE3 inside Cordova I experience issues.
My login pages work perfectly fine, I can view the dashboard with all the jobs inside it but if I click into a job it throws a white screen.
After hooking up adb debug, all I can see is an error in the chunk-vendor file that npm run build created which, AFAIK, contains the vendor packaging.
The error message I get is:
"TypeError: Cannot read property 'substr' of undefined", source: file:///android_asset/www/js/chunk-vendors.f024a0c1.js (7)
Of course, this file is obfuscated and minified so Line 7 is VueJS 2.6.12.
I have inherited this application with no previous experience so I'm taking an educated guess around "chunk-vendor" that I perhaps need to upgrade the depedencies surrounding this application to get past this issue but I'm unsure how I can debug this further inside of android studio.
How can I go about solving this issue? Is there a way to upgrade safely inside of npm?
Update: I have ran a npm update and I'm now on VueJS 2.7.10 but still getting the same issue

Expo Android build not working ( Failed to retrieve Firebase Instance Id)

I'm trying for 2 days to resolve the following problem:
Project works in Expo GO but the APK bundle from Expo is not starting on physical device and throwing errors.
When I put the app on appetize.io most common error is:
Failed to retrieve Firebase Instance Id
The thing is that I don't have Firebase installed at all in my project...
I've tried multiple times for clearing the cache reinstalling the node modules nothing appear to happens...
Can someone give me direction how I can fix this?
Link to full TXT file from debugger log: https://textdoc.co/5oHKDvldXmaPLUGO

Projects not running when change the directory

I am a newbie in RN. I started learning React native in the month of may with the help of google. First i stored my react native projects in drive C and whenever i clone an existing project from Github i also stored it on same drive and they are working fine. But last week i change my working directory to G. And it is suddenly started giving me issues as my existing projects that i imported from drive C stopped working and also the projects that i clone from github also not running. Both giving me the following error:
Task :app:installDebug FAILED
But when i create a new project using npx react-native run-android it run.
Kindly tell me what's the issue is and what thing i am doing wrong.

react app published on github pages shows white screen

I have a React.js app, I built this simple meme generator app trying to learn web development (pretty new to the stuff) and am trying to host it using Github pages. I followed all the steps like installing the gh-pages with node and adding the url to the packages.json and adding the extra 2 lines of code for predeploy and deploy. I have the source for the github pages set to gh-pages. i get no errors when I run the command "npm run deploy" in terminal. But when I click the link I get a white screen. The console gives the error "Loading failed for the with source “https://z0onic.github.io/static/js/2.0b197680.chunk.js”. which is the first js file in the build directory. I searched pretty heavily and found other people who had a similar white screen issue but none of the answers helped. I have triple checked against these answers. Based on the error I'm getting I think its a build error but I don't know how to fix it or figure out exactly what is going wrong.
The github repository is at https://github.com/z0onic/meme-page and the link to the blank page that should be the hosted app is https://z0onic.github.io/meme-page/
when hosting locally through vs code with "npm start" command everything works fine.
Any help is appreciated I hope I'm not overlooking something silly but like I said I'm new to coding and still learning.
set the homepage in package.json to "https://<username>.github.io/<reponame>/" of course substituting things in <>

Unable to run sample Meteor app on device

I downloaded the sample Meteor application, simple-todos, and after running meteor run ios-device, I am receiving this error:
Anyone have an idea on how to troubleshoot this? I followed all of the steps on this page, but it still does not work.

Categories

Resources