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
As of version 5.2.1 the pre-compilation of a simple .riot file with this command worked fine:
riot .
In 5.3.0 I have to declare @riotjs/cli as a devDependency despite not using any pre-processors at all, else it will throw a error about missing babel dependencies:
As of version 5.2.1 the pre-compilation of a simple .riot file with this command worked fine:
In 5.3.0 I have to declare @riotjs/cli as a devDependency despite not using any pre-processors at all, else it will throw a error about missing babel dependencies:
I am not using riot.js in a node project and @riotjs/cli was installed via npm globally.
Is there any plan to include these dependencies into the cli directly or is this the devDependency a requirement now?
The text was updated successfully, but these errors were encountered: