Issue
shell:$ set CONF = 44
const mytext = process.env.CONF console.log(mytext);
//undefined
Solution
In Powershell,
$Env:CONF = 'Hello, World!'
Answered By - Rohit Gupta Answer Checked By - Clifford M. (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.