dargmuesli / nuxt-cookie-control

A highly configurable cookie banner for Nuxt.
MIT License
229 stars 43 forks source link

Playground not building #219

Closed bobrov-site closed 2 months ago

bobrov-site commented 3 months ago

Environment

pnpm install && pnpm run dev

Reproduction

Go to https://stackblitz.com/github/dargmuesli/nuxt-cookie-control?file=playground%2Fapp.vue Get error Failed to install dependencies

Describe the bug

I want to see a playground or just demo for this project. I found link https://stackblitz.com/github/dargmuesli/nuxt-cookie-control?file=playground%2Fapp.vue and this link not wrapped.

Additional context

No response

Logs

No response

dargmuesli commented 2 months ago

Works for me still: image Please provide additional information that allows me to reproduce the issue.

bobrov-site commented 2 months ago

https://youtu.be/8ZORgfFZOiQ

Trying from safari

dargmuesli commented 2 months ago

Could you share the full error here? It's not possible to spot fully shortly before the video ends.

bobrov-site commented 2 months ago

This is a non-commercial version of StackBlitz.

If you’re using this for business purposes, please purchase a license here.

~/projects/llqiqgbok.github ❯ pnpm install && pnpm run dev [callSiteLocation@ depd@ ../node_modules/.pnpm/agentkeepalive@4.2.1/node_modules/agentkeepalive/lib/agent.js@ @ ../node_modules/.pnpm/agentkeepalive@4.2.1/node_modules/agentkeepalive/index.js@ @ ../node_modules/.pnpm/@pnpm+network.agent@0.1.0/node_modules/@pnpm/network.agent/dist/agent.js@ @ ../node_modules/.pnpm/@pnpm+network.agent@0.1.0/node_modules/@pnpm/network.agent/dist/index.js@ @ ../network/fetch/lib/fetchFromRegistry.js@ @ ../network/fetch/lib/index.js@ @ ../env/plugin-commands-env/lib/node.js@ @ ../env/plugin-commands-env/lib/downloadNodeVersion.js@ @ ../env/plugin-commands-env/lib/envRemove.js@ @ ../env/plugin-commands-env/lib/env.js@ @ ../env/plugin-commands-env/lib/index.js@ @ lib/main.js@ @ lib/errorHandler.js@ @ @]

Node.js 18.20.3

~/projects/llqiqgbok.github 1s ❯

bobrov-site commented 2 months ago

@dargmuesli this is all I have from terminal

dargmuesli commented 2 months ago

hmm, this seems to be related to stackblitz, not this project as you can see all builds are green, even on mac and with node 18, which is currently in use by stackblitz. Here are two links to similar previous issues, which might help you debug:

Maybe try running pnpm add agentkeepalive? I'm afraid I can't help any further.

dargmuesli commented 2 months ago

If you find any other information that point to this project, this issue can be reopened.