wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.

Home Page:https://wasp-lang.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix error during `wasp start` after `wasp start` and failing `wasp build`

sodic opened this issue Β· comments

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:

  1. Run wasp new something && cd something.
  2. Run wasp start and wait for it to finish.
  3. Run wasp build and see it fail because of an inappropriate database (SQLLite).
  4. Run wasp start again and see the error.

Here's how it looks in action:

$ wasp start

🐝 --- Starting compilation and setup phase. Hold tight... ------------------------


🐝 --- Compiling wasp project... --------------------------------------------------


βœ… --- Successfully completed npm install. ----------------------------------------


🐝 --- Setting up database... -----------------------------------------------------


βœ… --- Database successfully set up. ----------------------------------------------


🐝 --- Building SDK... ------------------------------------------------------------

wasp-bin: npx: streamingProcess: chdir: invalid argument (Bad file descriptor)

Check if it got fixed by #1769