I placed the newly developed custom TS adapter in the path:/.npm-global/lib/node_modules/@jackwener/opencli/src/clis/mysite
Following the documentation instructions, I executed npm run build in the directory:/.npm-global/lib/node_modules/@jackwener/opencli
After running the build command, executing opencli list throws the following error:
~$: opencli list
-bash: ~/.npm-global/bin/opencli: Permission denied
Is this a bug, or did I use it incorrectly? Besides main.js losing its executable permissions, could there be more files that have also lost their original permissions?
Any guidance would be greatly appreciated! Thank you!