Trying to run Electron, again

Like many others here, I have always had trouble getting the “run app under Electron” to work–all I get is a bunch of black screens. Recently I dug into Electron enough to run it on non-NSB projects. At that point, I went back to look a the Electron folder and check what was there.
As you would expect, all the the code in the folder looked fine. When I ran the following batch file, the code ran fine:

cd "C:\Users\smill\Dropbox\NSBasic Folders\Kept.appstudio\electron"
npm start

(the first line just change the current directory to the electron directory for the app)

The implication is that there is something wrong with the code in NSB itself that starts the Electron project. Can you take a look at what you are doing and see why it doesn’t act the same way as the simple bat file?

Thanks

I messed up the three ticks trick–but the bat file is just
“cd [path to project’s electron folder]
npm start”

The trick with the 3 ticks is to put them on their own line.

I wonder if the problem you’re running into is due to the space in the pathname. Could you try renaming “NSBASIC Folders” so it doesn’t have a space?

If so, it should be an easy fix for us.

Good idea. But it didn’t work—I get three command windows that go by too fast to guess what the command are and then nothing.

It might help to try working in the other direction: tell me what commands is NSB Appstudio sending and I’ll try running them bit by bit to see where it breaks on my computer set up.

I’d really like to solve this because while running from electron is pretty easy, I’d like to use Appstudio to build distributables.

Let me dig into this…

Just tried the HelloWorld sample here (after saving it to my Downloads folder). It worked fine.

Could you give that a try? Let’s see if the issue is with your app in particular.

(Also - what version of AppStudio are you using? I used Version 9)

I’m running 9.0.2.4. (This has been happening for several years, on earlier versions as well, though)

I just tried Hello World (I had to save a copy to another folder—I picked a path with no spaces)

Same result—three black screens (probably console screens) then nothing.

I guess this is somehow connected to my set up—Windows 10. I have Node 18.13.0 installed. Electron is installed as well (via “npm install”).

I don’t think I even had node installed the first time this failed.

The only thing I can suggest is if you tell me what commands are being sent to the console windows, I can open a command prompt and run them one by one and send you what the console screens respond.

Thanks

Worked find run from a command window using “npm start” cd’d to the correct folder!

We’re doing the same commands as you.

Are there any messages in the log? (see the About screen)

(and why do you type your messages in bold?)

Below is the whole log for the most recent attempt to run the original project via Electron using NSB Appstudio.
‘C:\Users\smill\Dropbox\Node\Kept.appstudio\Kept.project’
2024-02-13 10:39:38,373 - IDEController - INFO - deploy_location()
2024-02-13 10:39:38,374 - IDEController - INFO - desktop
2024-02-13 10:40:14,680 - IDEController - INFO - GetLibraryRequiredFiles
2024-02-13 10:40:14,680 - IDEController - INFO - GetLibraryRequiredFiles
2024-02-13 10:40:14,730 - IDEController - INFO - localpath
2024-02-13 10:40:14,731 - IDEController - INFO - deployPath C:\Users\smill\AppData\Local\Temp\tmpfa8ug7su
2024-02-13 10:40:14,760 - appstudio.util.code - INFO - build_code_declarations
2024-02-13 10:40:14,761 - PropertiesPanel - WARNING - Property does not exist: _uuid
2024-02-13 10:40:14,763 - PropertiesPanel - WARNING - Property does not exist: events
2024-02-13 10:40:14,763 - PropertiesPanel - WARNING - Property does not exist: _parent
2024-02-13 10:40:14,763 - PropertiesPanel - WARNING - Property does not exist: _form
2024-02-13 10:40:15,040 - appstudio.util.code - INFO - get_code_defs
2024-02-13 10:40:15,041 - appstudio.util.code - INFO - [(‘Form1.onshow’, ‘Form1.onshow()’, 1)]
2024-02-13 10:40:15,047 - appstudio.util.code - INFO - get_code_defs
2024-02-13 10:40:15,047 - appstudio.util.code - INFO - [(‘Form1.onshow’, ‘Form1.onshow()’, 1)]
2024-02-13 10:40:15,163 - appstudio.util.code - INFO - build_code_declarations
2024-02-13 10:40:15,164 - PropertiesPanel - WARNING - Property does not exist: _uuid
2024-02-13 10:40:15,165 - PropertiesPanel - WARNING - Property does not exist: events
2024-02-13 10:40:15,165 - PropertiesPanel - WARNING - Property does not exist: _parent
2024-02-13 10:40:15,165 - PropertiesPanel - WARNING - Property does not exist: _form
2024-02-13 10:40:15,177 - appstudio.util.code - INFO - build_code_declarations
2024-02-13 10:40:15,351 - appstudio.util.code - INFO - get_code_defs
2024-02-13 10:40:15,351 - appstudio.util.code - INFO - [(‘Form1.onshow’, ‘Form1.onshow()’, 1)]
2024-02-13 10:40:15,424 - appstudio.util.code - INFO - build_code_declarations
2024-02-13 10:40:15,425 - PropertiesPanel - WARNING - Property does not exist: _uuid
2024-02-13 10:40:15,427 - PropertiesPanel - WARNING - Dashboard Access has a bad enum value: False
2024-02-13 10:40:15,427 - PropertiesPanel - WARNING - defaultformsize has a bad enum value: 320x460
2024-02-13 10:40:15,436 - PropertiesPanel - WARNING - verbose has a bad enum value:
2024-02-13 10:40:15,437 - PropertiesPanel - WARNING - Property does not exist: beta
2024-02-13 10:40:15,437 - PropertiesPanel - WARNING - Property does not exist: cordovaBuild
2024-02-13 10:40:15,437 - PropertiesPanel - WARNING - Property does not exist: cordovaCommand
2024-02-13 10:40:15,437 - PropertiesPanel - WARNING - Property does not exist: id
2024-02-13 10:40:15,437 - PropertiesPanel - WARNING - Property does not exist: itunesShortName
2024-02-13 10:40:15,437 - PropertiesPanel - WARNING - Property does not exist: manifestFile
2024-02-13 10:40:15,437 - PropertiesPanel - WARNING - Property does not exist: _parent
2024-02-13 10:40:15,437 - PropertiesPanel - WARNING - Property does not exist: _dbfiles
2024-02-13 10:40:15,559 - appstudio.util.code - INFO - get_code_defs
2024-02-13 10:40:15,559 - appstudio.util.code - INFO -
2024-02-13 10:40:15,595 - appstudio.util.code - INFO - get_code_defs
2024-02-13 10:40:15,595 - appstudio.util.code - INFO -
2024-02-13 10:40:15,666 - appstudio.util.code - INFO - get_code_defs
2024-02-13 10:40:15,666 - appstudio.util.code - INFO -
2024-02-13 10:40:15,667 - IDEController - INFO - deploy_location()
2024-02-13 10:40:15,668 - IDEController - INFO - desktop
2024-02-13 10:40:22,202 - IDEController - INFO - Electron: Run
2024-02-13 10:40:22,204 - IDEController - INFO - npm: config set scripts-prepend-node-path auto
2024-02-13 10:40:22,204 - IDEController - INFO - npmPath: C:\Program Files\NSB AppStudio\node\bin\node, C:\Program Files\NSB AppStudio\node\node_modules\npm\bin\npm-cli.js
2024-02-13 10:40:22,570 - IDEController - INFO - C:\Program Files\NSB AppStudio\node\node_modules\npm\lib\es6\validate-engines.js:31
2024-02-13 10:40:22,570 - IDEController - INFO - throw err
2024-02-13 10:40:22,570 - IDEController - INFO - ^
2024-02-13 10:40:22,571 - IDEController - INFO -
2024-02-13 10:40:22,571 - IDEController - INFO - TypeError: Class extends value undefined is not a constructor or null
2024-02-13 10:40:22,571 - IDEController - INFO - at Object. (C:\Program Files\NSB AppStudio\node\node_modules\npm\node_modules\minipass-collect\index.js:4:23)
2024-02-13 10:40:22,571 - IDEController - INFO - at Module._compile (node:internal/modules/cjs/loader:1376:14)
2024-02-13 10:40:22,572 - IDEController - INFO - at Module._extensions…js (node:internal/modules/cjs/loader:1435:10)
2024-02-13 10:40:22,572 - IDEController - INFO - at Module.load (node:internal/modules/cjs/loader:1207:32)
2024-02-13 10:40:22,572 - IDEController - INFO - at Module._load (node:internal/modules/cjs/loader:1023:12)
2024-02-13 10:40:22,572 - IDEController - INFO - at Module.require (node:internal/modules/cjs/loader:1235:19)
2024-02-13 10:40:22,572 - IDEController - INFO - at require (node:internal/modules/helpers:176:18)
2024-02-13 10:40:22,572 - IDEController - INFO - at Object. (C:\Program Files\NSB AppStudio\node\node_modules\npm\node_modules\cacache\lib\get.js:3:17)
2024-02-13 10:40:22,573 - IDEController - INFO - at Module._compile (node:internal/modules/cjs/loader:1376:14)
2024-02-13 10:40:22,573 - IDEController - INFO - at Module._extensions…js (node:internal/modules/cjs/loader:1435:10)
2024-02-13 10:40:22,573 - IDEController - INFO -
2024-02-13 10:40:22,573 - IDEController - INFO - Node.js v20.10.0
2024-02-13 10:40:22,573 - IDEController - INFO -
2024-02-13 10:40:22,573 - IDEController - INFO - npm: -v
2024-02-13 10:40:22,573 - IDEController - INFO - npmPath: C:\Program Files\NSB AppStudio\node\bin\node, C:\Program Files\NSB AppStudio\node\node_modules\npm\bin\npm-cli.js
2024-02-13 10:40:22,904 - IDEController - INFO - C:\Program Files\NSB AppStudio\node\node_modules\npm\lib\es6\validate-engines.js:31
2024-02-13 10:40:22,905 - IDEController - INFO - throw err
2024-02-13 10:40:22,905 - IDEController - INFO - ^
2024-02-13 10:40:22,905 - IDEController - INFO -
2024-02-13 10:40:22,906 - IDEController - INFO - TypeError: Class extends value undefined is not a constructor or null
2024-02-13 10:40:22,906 - IDEController - INFO - at Object. (C:\Program Files\NSB AppStudio\node\node_modules\npm\node_modules\minipass-collect\index.js:4:23)
2024-02-13 10:40:22,906 - IDEController - INFO - at Module._compile (node:internal/modules/cjs/loader:1376:14)
2024-02-13 10:40:22,906 - IDEController - INFO - at Module._extensions…js (node:internal/modules/cjs/loader:1435:10)
2024-02-13 10:40:22,906 - IDEController - INFO - at Module.load (node:internal/modules/cjs/loader:1207:32)
2024-02-13 10:40:22,906 - IDEController - INFO - at Module._load (node:internal/modules/cjs/loader:1023:12)
2024-02-13 10:40:22,906 - IDEController - INFO - at Module.require (node:internal/modules/cjs/loader:1235:19)
2024-02-13 10:40:22,907 - IDEController - INFO - at require (node:internal/modules/helpers:176:18)
2024-02-13 10:40:22,907 - IDEController - INFO - at Object. (C:\Program Files\NSB AppStudio\node\node_modules\npm\node_modules\cacache\lib\get.js:3:17)
2024-02-13 10:40:22,907 - IDEController - INFO - at Module._compile (node:internal/modules/cjs/loader:1376:14)
2024-02-13 10:40:22,907 - IDEController - INFO - at Module._extensions…js (node:internal/modules/cjs/loader:1435:10)
2024-02-13 10:40:22,907 - IDEController - INFO -
2024-02-13 10:40:22,907 - IDEController - INFO - Node.js v20.10.0
2024-02-13 10:40:22,907 - IDEController - INFO -
2024-02-13 10:40:22,945 - IDEController - INFO - GetLibraryRequiredFiles
2024-02-13 10:40:22,945 - IDEController - INFO - GetLibraryRequiredFiles
2024-02-13 10:40:22,984 - IDEController - INFO - localpath
2024-02-13 10:40:22,985 - IDEController - INFO - deployPath C:\Users\smill\AppData\Local\Temp\tmpf2tryvcp

This could mean a messed up Electron folder in your project.

Can you try deleting the electron folder (in your project) and running again?

Deleted electron folder, started NSB Appstudio, which opened to the project, ran “Run Desktop Using Electron”, same result.

Log below:

2024-02-13 11:26:44,964 - main - INFO - ****************************************

2024-02-13 11:26:44,965 - main - INFO - * Welcome to NSB/AppStudio 9.0.2.4

2024-02-13 11:26:44,965 - main - INFO - * Starting at level: 10

2024-02-13 11:26:44,965 - main - INFO - * Install Dir: C:\Program Files\NSB AppStudio

2024-02-13 11:26:44,965 - main - INFO - * Frozen: True

2024-02-13 11:26:44,966 - main - INFO - ****************************************

2024-02-13 11:26:44,966 - main - INFO - * Python 3.8.10 (tags/v3.8.10:3d8993a, May 3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)]

2024-02-13 11:26:44,966 - main - INFO - * wxPython 4.1.1 msw (phoenix) wxWidgets 3.1.5

2024-02-13 11:26:44,966 - main - INFO - * jsbeautifier 1.14.11

2024-02-13 11:26:44,966 - main - INFO - * paramiko 3.4.0

2024-02-13 11:26:44,966 - main - INFO - * pysftp 0.2.9

2024-02-13 11:26:44,966 - main - INFO - * PyYAML 6.0.1

2024-02-13 11:26:44,966 - main - INFO - * requests 2.31.0

2024-02-13 11:26:44,966 - main - INFO - * verlib (no version in module)

2024-02-13 11:26:44,966 - main - INFO - * Native OpenSSL 1.1.1k 25 Mar 2021

2024-02-13 11:26:44,966 - main - INFO - ****************************************

2024-02-13 11:26:45,035 - main - INFO - Registration: eJxNkEFPwzAMhf/K5HMaJWlXRk5wQJw4gYTEpfJal0VKvRKnExXiv6OshyH5ZD/5ve/9wIWShDODh3tttAEFMfTEQuDhSYQ4B4y7R+YFY1xBwRAEj5EG8CNGIQWMUxG/ZppPxLuXEOOEDApowhDBg0zb6mER1EwZFAilgOX23rpqb9uqcc+gYE40UiLuScDzEqOCRF8LSe4GzMXFGVdX1lXOvtk77xpva90c9h9wU+IwJBIpRAdtbatd3Wpr6n/Zu0QoBXrzOIYYA3924/UF9yt4wBvxjOtEnLuJ8uk8FNRbSx19zyFh3ip0xjWVqava7ozx1ymwy1H6FOYi6iRjXko47HO4EPz+ASZtfI0=

2024-02-13 11:26:45,275 - websockets.server - INFO - server listening on [::1]:59608

2024-02-13 11:26:45,275 - websockets.server - INFO - server listening on 127.0.0.1:59609

2024-02-13 11:26:45,294 - SerialNumber - INFO - {‘valid’: True}

2024-02-13 11:26:47,065 - IDEController - INFO - deploy_location()

2024-02-13 11:26:47,065 - IDEController - INFO - desktop

2024-02-13 11:26:47,372 - IDEController - INFO - GetLibraryRequiredFiles

2024-02-13 11:26:47,379 - IDEController - INFO - GetLibraryRequiredFiles

2024-02-13 11:26:47,417 - IDEController - INFO - localpath

2024-02-13 11:26:47,417 - IDEController - INFO - deployPath C:\Users\smill\AppData\Local\Temp\tmp2idxr7d2

2024-02-13 11:26:47,429 - appstudio.util.code - INFO - build_code_declarations

2024-02-13 11:26:47,430 - PropertiesPanel - WARNING - Property does not exist: _uuid

2024-02-13 11:26:47,432 - PropertiesPanel - WARNING - Property does not exist: events

2024-02-13 11:26:47,432 - PropertiesPanel - WARNING - Property does not exist: _parent

2024-02-13 11:26:47,432 - PropertiesPanel - WARNING - Property does not exist: _form

2024-02-13 11:26:47,719 - appstudio.util.code - INFO - get_code_defs

2024-02-13 11:26:47,719 - appstudio.util.code - INFO - [(‘Form1.onshow’, ‘Form1.onshow()’, 1)]

2024-02-13 11:26:47,726 - appstudio.util.code - INFO - get_code_defs

2024-02-13 11:26:47,726 - appstudio.util.code - INFO - [(‘Form1.onshow’, ‘Form1.onshow()’, 1)]

2024-02-13 11:26:47,851 - appstudio.util.code - INFO - build_code_declarations

2024-02-13 11:26:47,852 - PropertiesPanel - WARNING - Property does not exist: _uuid

2024-02-13 11:26:47,854 - PropertiesPanel - WARNING - Property does not exist: events

2024-02-13 11:26:47,854 - PropertiesPanel - WARNING - Property does not exist: _parent

2024-02-13 11:26:47,854 - PropertiesPanel - WARNING - Property does not exist: _form

2024-02-13 11:26:47,864 - appstudio.util.code - INFO - build_code_declarations

2024-02-13 11:26:47,997 - appstudio.util.code - INFO - get_code_defs

2024-02-13 11:26:47,997 - appstudio.util.code - INFO - [(‘Form1.onshow’, ‘Form1.onshow()’, 1)]

2024-02-13 11:26:48,031 - appstudio.util.code - INFO - build_code_declarations

2024-02-13 11:26:48,032 - PropertiesPanel - WARNING - Property does not exist: _uuid

2024-02-13 11:26:48,033 - PropertiesPanel - WARNING - Dashboard Access has a bad enum value: False

2024-02-13 11:26:48,033 - PropertiesPanel - WARNING - defaultformsize has a bad enum value: 320x460

2024-02-13 11:26:48,041 - PropertiesPanel - WARNING - verbose has a bad enum value:

2024-02-13 11:26:48,042 - PropertiesPanel - WARNING - Property does not exist: beta

2024-02-13 11:26:48,042 - PropertiesPanel - WARNING - Property does not exist: cordovaBuild

2024-02-13 11:26:48,042 - PropertiesPanel - WARNING - Property does not exist: cordovaCommand

2024-02-13 11:26:48,042 - PropertiesPanel - WARNING - Property does not exist: id

2024-02-13 11:26:48,042 - PropertiesPanel - WARNING - Property does not exist: itunesShortName

2024-02-13 11:26:48,042 - PropertiesPanel - WARNING - Property does not exist: manifestFile

2024-02-13 11:26:48,042 - PropertiesPanel - WARNING - Property does not exist: _parent

2024-02-13 11:26:48,042 - PropertiesPanel - WARNING - Property does not exist: _dbfiles

2024-02-13 11:26:48,149 - appstudio.util.code - INFO - get_code_defs

2024-02-13 11:26:48,149 - appstudio.util.code - INFO - []

2024-02-13 11:26:48,182 - appstudio.util.code - INFO - get_code_defs

2024-02-13 11:26:48,182 - appstudio.util.code - INFO - []

2024-02-13 11:26:48,249 - appstudio.util.code - INFO - get_code_defs

2024-02-13 11:26:48,249 - appstudio.util.code - INFO - []

2024-02-13 11:26:48,252 - IDEController - INFO - deploy_location()

2024-02-13 11:26:48,252 - IDEController - INFO - desktop

2024-02-13 11:26:55,438 - IDEController - INFO - Electron: Run

2024-02-13 11:26:55,446 - IDEController - INFO - npm: config set scripts-prepend-node-path auto

2024-02-13 11:26:55,446 - IDEController - INFO - npmPath: C:\Program Files\NSB AppStudio\node\bin\node, C:\Program Files\NSB AppStudio\node\node_modules\npm\bin\npm-cli.js

2024-02-13 11:26:55,789 - IDEController - INFO - C:\Program Files\NSB AppStudio\node\node_modules\npm\lib\es6\validate-engines.js:31

2024-02-13 11:26:55,790 - IDEController - INFO - throw err

2024-02-13 11:26:55,790 - IDEController - INFO - ^

2024-02-13 11:26:55,790 - IDEController - INFO -

2024-02-13 11:26:55,790 - IDEController - INFO - TypeError: Class extends value undefined is not a constructor or null

2024-02-13 11:26:55,790 - IDEController - INFO - at Object. (C:\Program Files\NSB AppStudio\node\node_modules\npm\node_modules\minipass-collect\index.js:4:23)

2024-02-13 11:26:55,790 - IDEController - INFO - at Module._compile (node:internal/modules/cjs/loader:1376:14)

2024-02-13 11:26:55,790 - IDEController - INFO - at Module._extensions…js (node:internal/modules/cjs/loader:1435:10)

2024-02-13 11:26:55,791 - IDEController - INFO - at Module.load (node:internal/modules/cjs/loader:1207:32)

2024-02-13 11:26:55,791 - IDEController - INFO - at Module._load (node:internal/modules/cjs/loader:1023:12)

2024-02-13 11:26:55,791 - IDEController - INFO - at Module.require (node:internal/modules/cjs/loader:1235:19)

2024-02-13 11:26:55,791 - IDEController - INFO - at require (node:internal/modules/helpers:176:18)

2024-02-13 11:26:55,791 - IDEController - INFO - at Object. (C:\Program Files\NSB AppStudio\node\node_modules\npm\node_modules\cacache\lib\get.js:3:17)

2024-02-13 11:26:55,791 - IDEController - INFO - at Module._compile (node:internal/modules/cjs/loader:1376:14)

2024-02-13 11:26:55,791 - IDEController - INFO - at Module._extensions…js (node:internal/modules/cjs/loader:1435:10)

2024-02-13 11:26:55,791 - IDEController - INFO -

2024-02-13 11:26:55,791 - IDEController - INFO - Node.js v20.10.0

2024-02-13 11:26:55,791 - IDEController - INFO -

2024-02-13 11:26:55,791 - IDEController - INFO - npm: -v

2024-02-13 11:26:55,791 - IDEController - INFO - npmPath: C:\Program Files\NSB AppStudio\node\bin\node, C:\Program Files\NSB AppStudio\node\node_modules\npm\bin\npm-cli.js

2024-02-13 11:26:56,131 - IDEController - INFO - C:\Program Files\NSB AppStudio\node\node_modules\npm\lib\es6\validate-engines.js:31

2024-02-13 11:26:56,131 - IDEController - INFO - throw err

2024-02-13 11:26:56,131 - IDEController - INFO - ^

2024-02-13 11:26:56,131 - IDEController - INFO -

2024-02-13 11:26:56,131 - IDEController - INFO - TypeError: Class extends value undefined is not a constructor or null

2024-02-13 11:26:56,131 - IDEController - INFO - at Object. (C:\Program Files\NSB AppStudio\node\node_modules\npm\node_modules\minipass-collect\index.js:4:23)

2024-02-13 11:26:56,131 - IDEController - INFO - at Module._compile (node:internal/modules/cjs/loader:1376:14)

2024-02-13 11:26:56,131 - IDEController - INFO - at Module._extensions…js (node:internal/modules/cjs/loader:1435:10)

2024-02-13 11:26:56,131 - IDEController - INFO - at Module.load (node:internal/modules/cjs/loader:1207:32)

2024-02-13 11:26:56,131 - IDEController - INFO - at Module._load (node:internal/modules/cjs/loader:1023:12)

2024-02-13 11:26:56,131 - IDEController - INFO - at Module.require (node:internal/modules/cjs/loader:1235:19)

2024-02-13 11:26:56,131 - IDEController - INFO - at require (node:internal/modules/helpers:176:18)

2024-02-13 11:26:56,131 - IDEController - INFO - at Object. (C:\Program Files\NSB AppStudio\node\node_modules\npm\node_modules\cacache\lib\get.js:3:17)

2024-02-13 11:26:56,132 - IDEController - INFO - at Module._compile (node:internal/modules/cjs/loader:1376:14)

2024-02-13 11:26:56,132 - IDEController - INFO - at Module._extensions…js (node:internal/modules/cjs/loader:1435:10)

2024-02-13 11:26:56,132 - IDEController - INFO -

2024-02-13 11:26:56,132 - IDEController - INFO - Node.js v20.10.0

2024-02-13 11:26:56,132 - IDEController - INFO -

2024-02-13 11:26:56,164 - IDEController - INFO - npm: install

2024-02-13 11:26:56,164 - IDEController - INFO - npmPath: C:\Program Files\NSB AppStudio\node\bin\node, C:\Program Files\NSB AppStudio\node\node_modules\npm\bin\npm-cli.js

2024-02-13 11:26:56,517 - IDEController - INFO - C:\Program Files\NSB AppStudio\node\node_modules\npm\lib\es6\validate-engines.js:31

2024-02-13 11:26:56,517 - IDEController - INFO - throw err

2024-02-13 11:26:56,517 - IDEController - INFO - ^

2024-02-13 11:26:56,517 - IDEController - INFO -

2024-02-13 11:26:56,517 - IDEController - INFO - TypeError: Class extends value undefined is not a constructor or null

2024-02-13 11:26:56,517 - IDEController - INFO - at Object. (C:\Program Files\NSB AppStudio\node\node_modules\npm\node_modules\minipass-collect\index.js:4:23)

2024-02-13 11:26:56,517 - IDEController - INFO - at Module._compile (node:internal/modules/cjs/loader:1376:14)

2024-02-13 11:26:56,517 - IDEController - INFO - at Module._extensions…js (node:internal/modules/cjs/loader:1435:10)

2024-02-13 11:26:56,517 - IDEController - INFO - at Module.load (node:internal/modules/cjs/loader:1207:32)

2024-02-13 11:26:56,517 - IDEController - INFO - at Module._load (node:internal/modules/cjs/loader:1023:12)

2024-02-13 11:26:56,517 - IDEController - INFO - at Module.require (node:internal/modules/cjs/loader:1235:19)

2024-02-13 11:26:56,518 - IDEController - INFO - at require (node:internal/modules/helpers:176:18)

2024-02-13 11:26:56,518 - IDEController - INFO - at Object. (C:\Program Files\NSB AppStudio\node\node_modules\npm\node_modules\cacache\lib\get.js:3:17)

2024-02-13 11:26:56,518 - IDEController - INFO - at Module._compile (node:internal/modules/cjs/loader:1376:14)

2024-02-13 11:26:56,518 - IDEController - INFO - at Module._extensions…js (node:internal/modules/cjs/loader:1435:10)

2024-02-13 11:26:56,518 - IDEController - INFO -

2024-02-13 11:26:56,519 - IDEController - INFO - Node.js v20.10.0

2024-02-13 11:26:56,519 - IDEController - INFO -

2024-02-13 11:26:56,539 - IDEController - INFO - GetLibraryRequiredFiles

2024-02-13 11:26:56,543 - IDEController - INFO - GetLibraryRequiredFiles

2024-02-13 11:26:56,579 - IDEController - INFO - localpath

2024-02-13 11:26:56,580 - IDEController - INFO - deployPath C:\Users\smill\AppData\Local\Temp\tmpd42jut3e

Same error again.

Any chance you could zip your entire project folder and email it to me at support@appstudio.dev?