Running "wasp deploy" returns odd error

$ ~/workspace/wasp/apple  wasp-cli new banana

:bee: --- Creating your project from the basic template... ---------------------------

Created new Wasp app in ./banana directory!
To run it, do:

    cd banana
    wasp start
 $  ~/workspace/wasp/apple  cd banana/
 $  ~/workspace/wasp/apple/banana  wasp-cli deploy
wasp-cli: npm: streamingProcess: chdir: invalid argument (Bad file descriptor)
 $  ~/workspace/wasp/apple/banana  

  • Locally built from Wasp's latest main branch.
Hi, I'm testing out wasp deploy command out of curiosity. As shown above, I got an odd error. What did I do wrong and do I need to do an extra setup? At the very least, I expect for descriptive error from running wasp deploy.
Was this page helpful?