You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using this command in Powershell, I can't directly pass my password to the env variable: PRIVATE_KEY_PASSWORD=password node deploy.js Timestamp @7:47:42
I have tried the following commands but unfortunately none works: set PRIVATE_KEY_PASSWORD=password node deploy.js set PRIVATE_KEY_PASSWORD=password | node deploy.js set %PRIVATE_KEY_PASSWORD%=password node deploy.js
Please help, i am using Powershell as terminal @PatrickAlphaC
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
using this command in Powershell, I can't directly pass my password to the env variable:
PRIVATE_KEY_PASSWORD=password node deploy.js
Timestamp @7:47:42
I have tried the following commands but unfortunately none works:
set PRIVATE_KEY_PASSWORD=password node deploy.js
set PRIVATE_KEY_PASSWORD=password | node deploy.js
set %PRIVATE_KEY_PASSWORD%=password node deploy.js
Please help, i am using Powershell as terminal
@PatrickAlphaC
Beta Was this translation helpful? Give feedback.
All reactions