Skip to content
This repository has been archived by the owner on Mar 13, 2022. It is now read-only.

Quasar Create Issue in Windows #131

Closed
julianfrank opened this issue Aug 24, 2020 · 2 comments
Closed

Quasar Create Issue in Windows #131

julianfrank opened this issue Aug 24, 2020 · 2 comments
Labels

Comments

@julianfrank
Copy link

Describe the bug
As per Instruction i installed quasar and tried to created my first app and it gives an error

To Reproduce
Steps to reproduce the behavior:

  1. Install Quasar using
npm install -g @quasar/cli
  1. It Installs and even show info
$ quasar info
Operating System        Windows_NT(10.0.17134) - win32/x64
NodeJs                  12.13.0
Global packages
  NPM                   6.12.0
  yarn                  Not installed
  @quasar/cli           1.1.0
  cordova               Not installed
  1. Now I try to create my first app and bug comes up
quasar create www

  ___
 / _ \ _   _  __ _ ___  __ _ _ __
| | | | | | |/ _` / __|/ _` | '__|
| |_| | |_| | (_| \__ \ (_| | |
 \__\_\\__,_|\__,_|___/\__,_|_|



-  Downloading Quasar starter kit
  Quasar CLI · Failed to download repo quasarframework/quasar-starter-kit#master: unable to get local issuer certificate

  1. See error
    Quasar CLI · Failed to download repo quasarframework/quasar-starter-kit#master: unable to get local issuer certificate

Expected behavior
Things should have worked as per online guide

Screenshots
cli trace given above

Platform (please complete the following information):
OS: Windows 10
Node: 12.13
NPM:6.12
Yarn:nope
Browsers:Chrome
iOS:nope
Android:nope
Electron:nope

Additional context
As a complete Newbie , I should see this!

@IlCallo
Copy link
Member

IlCallo commented Sep 2, 2020

Hi @julianfrank, Quasar CLI downloads the starter kit from this repo master branch, your problem seems to be related to that download step as something fails while initiating the secure connection due to a certificate problem.
Have you googled the error online?

I also suggest you to use yarn instead of npm as the latter could lead to undeterministic behaviour.

Please check your environment as the problem almost certainly relies there and is out of our reach.
I'll close the issue, but please follow up if you find a solution or evidence the error is actually on our side.

@IlCallo IlCallo closed this as completed Sep 2, 2020
@IlCallo IlCallo added invalid and removed bug labels Sep 2, 2020
@macran
Copy link

macran commented Sep 9, 2020

I run into the same problem. It is possible for me that reset git ssh key.
ssh-keygen -t rsa -C "youremail@google.com",please replace "youremail@google.com" with your real EMAIL address that sign up in github. hope to help you.

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

No branches or pull requests

3 participants