Unable to debug cli-microsoft365 locally #2228
-
Hi Team, I have started developing a new command(#2164) and trying to debug my code locally using npm link but my local cli is not recognizing the new command. Any tips to troubleshoot this issue? Thank you in advance !
|
Beta Was this translation helpful? Give feedback.
Answered by
waldekmastykarz
Feb 28, 2021
Replies: 1 comment 4 replies
-
When you type |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
sprider
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you type
npm ls -g --depth=0
, can you see CLI registered and pointing to your local folder?What version of npm are you using? Have you tried unlinking and re-linking CLI?