Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initializing a project with vue does not work #237

Closed
2 of 3 tasks
khawarizmus opened this issue May 26, 2017 · 6 comments
Closed
2 of 3 tasks

Initializing a project with vue does not work #237

khawarizmus opened this issue May 26, 2017 · 6 comments

Comments

@khawarizmus
Copy link

khawarizmus commented May 26, 2017

I am using electron-forge@3.0.2 and when i create a new project with a vue template it just create a normal project with html and js not a vue one.

  • I have read the contribution documentation for this project.
  • I agree to follow the code of conduct that this project follows, as appropriate.
  • I have searched the issue tracker for an issue that matches the one I want to file, without success.

Please describe your issue:

Console output when you run electron-forge with the environment variable DEBUG=electron-forge:*. (Instructions on how to do so here). Please include the stack trace if one exists.

nothing to show here

What command line arguments are you passing?

electron-forge init paper-wallet --template=vue --lintstyle=airbnb

What does your config.forge data in package.json look like?

"config": {
    "forge": {
      "make_targets": {
        "win32": [
          "squirrel"
        ],
        "darwin": [
          "zip"
        ],
        "linux": [
          "deb",
          "rpm"
        ]
      },
      "electronPackagerConfig": {},
      "electronWinstallerConfig": {
        "name": "paper_wallet"
      },
      "electronInstallerDebian": {},
      "electronInstallerRedhat": {},
      "github_repository": {
        "owner": "",
        "name": ""
      },
      "windowsStoreConfig": {
        "packageName": "",
        "name": "paperwallet"
      }
    }
  },

Please provide either a failing minimal testcase (with a link to the code) or detailed steps to
reproduce your problem. Using electron-forge init is a good starting point, if that is not the
source of your problem.

@MarshallOfSound
Copy link
Member

What OS are you on?

@khawarizmus
Copy link
Author

@MarshallOfSound windows 10
Microsoft Windows [Version 10.0.14393]

@MarshallOfSound
Copy link
Member

@gimyboya Looks like it's broke as hell 😢 Looking for a fix now 👍

@MarshallOfSound
Copy link
Member

@malept Looks like my executeSubCommand change broke this, pushing a fix straight to master to unblock people now 👍

@MarshallOfSound
Copy link
Member

MarshallOfSound commented May 26, 2017

@gimyboya Can you try the new 3.0.3 release 👍

@khawarizmus
Copy link
Author

@MarshallOfSound it's working thanks for the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants