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
The example READMEs are currently written with the expectation that @dojo/cil is installed globally. Some of the READMEs explicitly state this and others don't. Some of the READMEs say to run an npm script such as npm run dev without a dev dependency on the CLI and without instructions on installing the CLI.
Recommendation
Update the examples to include npm scripts for the primary run commands and add the CLI as a dev dependency. If additional CLI commands are referenced, instructions should be given for how to install the CLI.
Alternate Recommendation
Update all the READMEs to explicitly state that the CLI is required and add install instructions.
The text was updated successfully, but these errors were encountered:
Problem
The example READMEs are currently written with the expectation that
@dojo/cil
is installed globally. Some of the READMEs explicitly state this and others don't. Some of the READMEs say to run an npm script such asnpm run dev
without a dev dependency on the CLI and without instructions on installing the CLI.Recommendation
Update the examples to include npm scripts for the primary run commands and add the CLI as a dev dependency. If additional CLI commands are referenced, instructions should be given for how to install the CLI.
Alternate Recommendation
Update all the READMEs to explicitly state that the CLI is required and add install instructions.
The text was updated successfully, but these errors were encountered: