Jsreport "start" command not found
-
Hi, we are going to update our test and production servers to the latest version, however when I initialise the latest version "start" is not there.
(Also, I used to be able to post pictures when I made a post but it says that I don't have the privileges to do that anymore - here is the text)
-
hi @AB-D
not sure if this is the issue but you have and old cli version, i think your cli is actually
jsreport-cli
, however in most recent versions of jsreport the cli is now@jsreport/jsreport-cli
.try to uninstall the old cli
npm uninstall -g jsreport-cli
and install the new clinpm i -g @jsreport/jsreport-cli
and repeat thejsreport init
in new project to verify if this is the problem
-
Hi @bjrmatos that worked, thank you