qwikifiers / qwik-nx

Nx plugin for Qwik
132 stars 24 forks source link

fix(qwik-nx): preset generator should check for the presense of peerDeps #91

Closed dmitry-stepanenko closed 1 year ago

dmitry-stepanenko commented 1 year ago

What is it?

Description

When repository is created, peer dependencies are not installed by default. Because of this @nrwl/vite is not available and an error is thrown.

Along with this checking for the installed nx version should be improved: it's not enough to check for the presence of @nrwl/workspace in devDependencies

closes https://github.com/qwikifiers/qwik-nx/issues/89

Use cases and why

Screenshots/Demo

Checklist: