-
$ sudo registry status SyntaxError: Unexpected end of JSON input Node.js v18.16.0 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks to @tejash-jl , He found the problem fixed my issue. The issue was that PWD env variable isn't set in sudo space. Hence running the following command fixed the installation issue.
|
Beta Was this translation helpful? Give feedback.
Thanks to @tejash-jl , He found the problem fixed my issue.
The issue was that PWD env variable isn't set in sudo space. Hence running the following command fixed the installation issue.
sudo PWD=${PWD} registry init