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

Generator doesn't install chalk #55

Open
xparadoxical opened this issue Sep 29, 2024 · 0 comments
Open

Generator doesn't install chalk #55

xparadoxical opened this issue Sep 29, 2024 · 0 comments

Comments

@xparadoxical
Copy link

chalk is not a built-in module but generator.js and installPackages.js (which is supposed to install required stuff) require it themselves, so you get Error: Cannot find module 'chalk' and have to npm install chalk.
Also installPackages.js seems to detect missing packages incorrectly, as Installing Packages: chalk, docsify-cli is logged every time you run the generator. The relative path it uses is sus amogus.

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

1 participant