wasp-bin: npx: streamingProcess: chdir: invalid argument (Bad file descriptor)
wasp-bin: npx: streamingProcess: chdir: invalid argument (Bad file descriptor)
9 Replies
Hi @ArDev. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Hmm, I don't know enough to give you a confident answer yet. The error you're encountering seems to be related to the
wasp-bin
process, but the knowledge sources provided don't contain specific information about this error.
However, it's worth noting that Wasp requires a specific version of Node.js to run correctly. If you're not using Node.js 18, you might encounter issues. You can use nvm
to switch to the correct Node.js version. If you're creating a new project, you can also suggest adding a .nvmrc
file to the project directory, which would allow you to use the nvm use
command to switch to the correct Node.js version source (https://github.com/wasp-lang/wasp/issues/1013).
If you're still encountering issues, I recommend checking the Wasp documentation (https://wasp-lang.dev/docs) or reaching out to the Wasp community for further assistance.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
Sorry @ArDev, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist:
Perhaps try again in 15mins?just had to wasp clean and this was fixed
Hey, I'm glad it worked out! Did you upgrade the Wasp version or ran manually
npm install
or smth like that?nah just had to rebuild wasp and it worked!
@ArDev any idea how you got into this state though? If so we would love to be able to reproduce it on our side so we can make sure other people don't hit this.
im actually not sure really sorry, i think i turned my pc off when doing wasp build? not too sure
Wohooo @ArDev, you just became a Waspeteer level 7!
although im getting another (unrelated issue)
https://discord.com/channels/686873244791210014/1282732673000935424
If I was guessing, I'd say it's this: https://github.com/wasp-lang/wasp/issues/1980#issue-2255149259
GitHub
Fix error during
wasp start
after wasp start
and failing `wasp ...Version: 0.13.2. (probably post-0.12.0 and caused by #1769 (comment), doesn't happen with 0.11.8). OS: Linux How to reproduce: Run wasp new something && cd something. Run wasp start and...