We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2831263 commit 6095d0aCopy full SHA for 6095d0a
vv/management/commands/tsapi.py
@@ -90,3 +90,6 @@ def handle(self, *args, **options):
90
)
91
lines[-1] = new_last_line
92
open(filename, "w").writelines(lines)
93
+ print("Install the dependencies in the frontend:")
94
+ print("yarn add js-cookie @snowind/api")
95
+ print("or npm install js-cookie @snowind/api")
0 commit comments