I am trying to run the ElectronWeather demo application from AppStudio 8.06. I have installed Node.js and electron-builder via npm, but for some reason electron-builder will not run. Node.js is intalled under my AppStudio \node directory.
It appears like the electron-builder installation failed or something is not mapped correctly. Does anyone know what my be preventing the build? I get the following message when I tried to generate the Electron package.
npm run dist --prefix electron
> ElectronWeather@1.0.0 dist C:\Program Files (x86)\NSB AppStudio v5\samples\BASIC\5. PhoneGap and Electron\ElectronWeather.appstudio\electron
> electron-builder
'electron-builder' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! ElectronWeather@1.0.0 dist: `electron-builder`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ElectronWeather@1.0.0 dist script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\rf\AppData\Roaming\npm-cache\_logs\2020-05-09T20_50_30_261Z-debug.log