Open Doltrix opened 5 days ago
Hi Sr. Thanks for your amazing job. In this case, I have a issue and idk how to solve it.
My packaje.json
{ "name": "MultImp", "productName": "MultImp", "version": "1.0.0", "description": "Relleno de datos meteorológicos mediante imputación múltiple", "main": "src/index.js", "scripts": { "start": "electron-forge start", "make": "electron-forge make" }, "keywords": [], "author": { "name": "Miguel Angel Gonzalez", "email": "migangstmv2@gmail.com" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/zarathucorp/shiny-electron-template-windows" }, "dependencies": { "axios": "0.27.2", "electron-squirrel-startup": "^1.0.0", "esm": "^3.2.25", "execa": "^5.1.1", "pidtree": "^0.6.0" }, "devDependencies": { "@babel/core": "^7.22.20", "@babel/plugin-transform-async-to-generator": "^7.22.5", "@babel/preset-env": "^7.22.20", "@babel/preset-react": "^7.22.15", "@electron-forge/cli": "^7.2.0", "@electron-forge/maker-zip": "^7.2.0", "electron": "^26.2.1", "electron-prebuilt-compile": "^8.2.0", "fs-extra": "^11.1.1" } }
My forge.config.js
module.exports = { makers: [ { name: '@electron-forge/maker-zip' } ] };
In addition, about Innoextract:
Thanks for your help!
Hi,
I don't know where electron-prebuilt-compile from and nvm too.
electron-prebuilt-compile
nvm
I can't help you with processes that aren't covered in this template.
Thanks.
Hi Sr. Thanks for your amazing job. In this case, I have a issue and idk how to solve it.
My packaje.json
My forge.config.js
In addition, about Innoextract:
Thanks for your help!