Closed djbaner closed 6 years ago
I am trying to access the remote file through remote VS Code extension. however post installation, i am receiving the following error :
dj@hyperledger:~/Cert/mook-cert/lib$ rmate -p 52698 ./logic.js -bash: /usr/local/bin/rmate: Permission denied dj@hyperledger:~/Cert/mook-cert/lib$ sudo rmate -p 52698 ./logic.js sudo: rmate: command not found
never mind. i did not perform the following: chmod a+x /usr/local/bin/rmate it is working now.
I am trying to access the remote file through remote VS Code extension. however post installation, i am receiving the following error :
dj@hyperledger:~/Cert/mook-cert/lib$ rmate -p 52698 ./logic.js -bash: /usr/local/bin/rmate: Permission denied dj@hyperledger:~/Cert/mook-cert/lib$ sudo rmate -p 52698 ./logic.js sudo: rmate: command not found