Reputation: 1
when generated new app for extJs using this command on Ubuntu terminal sencha generate app -ext MyApp path/to/folder
that time terminal show me Sencha Cmd v7.5.1.20 [ERR] The specified string cannot be converted into a valid namespace identifier [ERR] Invalid namespace : MyApp
Upvotes: 0
Views: 393
Reputation: 21
I was running into the same issue with my Arch environment: I couldn't install sencha-cmd through pacman or yay because running the installer would prompt a Java error complaining that the SecurityManager would be deprecated. I changed from openJDK 20 to 8 (in my case through the archlinux-java
command) and that instantly fixed the error (and then allowed me to install sencha-cmd through pacman).
I ran into a weird bug afterwards where the workspace I was trying to clone wasn't recognizing the local packages, but it fixed Sencha Cmd from complaining about the "invalid namespace".
Upvotes: 2