TypeError: (Intermediate Value)(…)

TypeError: (intermediate value)(…) is an error that occurs when there is no semicolon between the declaration of a function and the immediately invoked function expression. To avoid this error, you need to add the semicolon after closing the curly brace of the function declaration.

cli.init is not a function

When creating a new project, I get the error “cli.init is not a function.” I cannot export a value from a child process to the environment. This is not expected behavior. I would like to use this function to initialize the environment. I am not sure why I am getting this error.