zarathucorp / shiny-electron-template-windows

Template repository for build Standalone R Shiny application with Electron
MIT License
14 stars 13 forks source link

Problem "electron-prebuilt-compile" not a range (got "^8.2.0") #8

Open Doltrix opened 5 days ago

Doltrix commented 5 days ago

Hi Sr. Thanks for your amazing job. In this case, I have a issue and idk how to solve it.

image

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:

image image

Thanks for your help!

jhk0530 commented 5 days ago

Hi,

I don't know where electron-prebuilt-compile from and nvm too.

I can't help you with processes that aren't covered in this template.

Thanks.