You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 getError: Cannot find module 'chalk'
and have tonpm 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.The text was updated successfully, but these errors were encountered: