Custom Remix Stacks are unable to be installed through the CLI
See original GitHub issueWhat version of Remix are you using?
1.6.3
Steps to Reproduce
- Go to the terminal and use the command
npx create-remix@latest --template netlify-templates/kpop-stack
- Wait for the command to run and complete
Expected Behavior
The behavior should continue forward with the rest of the CLI workflow. Asking for the name you’d wish to give the project as the next step.
Actual Behavior
It immediately fails with the error:
🚨 The template could not be verified because you do are not authorized to access that repository. Please double check the access rights of the repo or consider passing a `--token`
Could there be a missing permission our templates are supposed to have? Using npx create-remix@latest --template remix-run/indie-stack
works as expected. We received the report from here https://github.com/netlify-templates/kpop-stack/issues/55
Issue Analytics
- State:
- Created a year ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Remix Stacks
Remix Stacks is a feature of the Remix CLI that allows you to generate a Remix project quickly and easily. There are several...
Read more >Unable to deploy contract that uses Oraclize using Remix
In both cases, the gas estimate too high preventing me from deploying contract. I also tried to deploy the same contract using Ethereum-Wallet ......
Read more >macos - online Remix can't connect local? - Stack Overflow
By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our ...
Read more >Customize OneAgent installation on Linux | Dynatrace Docs
Learn how to use the Linux installer with command line parameters. ... to storing large runtime data produced by OneAgent in full-stack monitoring...
Read more >How to Deploy a Remix App with Supabase - Netlify
run npx create-remix --template netlify-templates/kpop-stack in your terminal, make a new repo, and new Netlify project. DNA. Using the Deploy ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Closed by #3619
There’s a bug in 1.6.2.-1.6.3. You’ll need to downgrade to 1.6.1 for now until they release an update.