now-cli (snc) command project error

Henrique Costa
Tera Expert

Hi. I'm trying to run a project with now-cli (snc) but still receiving

error: 

Failed to run project command (Table Operation READ Failure: Response code 401 (Unauthorized) : Required to provide Auth information)

when typed:

snc ui-component project --name @<your-username>/check-list --description 'A check list'

PS: I successfully run the command delete as a test.

4 REPLIES 4

A-Fakher
Tera Contributor

Hi @Henrique Costa,

Were you able to figure it out? 

Marc Mouries
ServiceNow Employee
ServiceNow Employee

the command worked for me. What version of the CLI and node are you using?

 

 ~/projects/test $ snc ui-component project --name @Marc/check-list --description 'A check list'

 

Screenshot 2025-02-12 at 5.15.58 PM.png

Hi @Marc Mouries , 

I have another question regarding custom components in UI builder

I have created a component and gave it  a property named label after deploying the component i can not find the property in UI builder 

AFakher_0-1739448255933.pngAFakher_1-1739448272189.pngAFakher_2-1739451107690.png

 

 

Uros Tomic
Tera Contributor

@Henrique Costa @A-Fakher 

The issue occurs when special characters, such as the caret "^", in your instance password interfere with Node.js processes in the background. To fix this, reset your password and make sure it does not include any caret character.