-
-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
What version of Effect is running?
latest
What steps can reproduce the bug?
Basic template
- Install the basic template,
pnpm create effect-app@latestselectingBasicwith all optionson - Install deps with
pnpm install - Run the commands listed
pnpm run buildpnpm run checkpnpm run testpnpm run coveragepnpm run codegen
CLI Application template
- Install the cli template,
pnpm create effect-app@latestselectingCLI Applicationwith all optionson - Install deps with
pnpm install - Run the commands listed
pnpm run buildpnpm run check- etc
Monorepo template
- Install the cli template,
pnpm create effect-app@latestselectingMonorepowith all optionson - Install deps with
pnpm install - Run the commands listed
pnpm run build- etc
What is the expected behavior?
The expected behaviour should probably be passing exit codes etc
What do you see instead?
Basic template
CLI Application template
Monorepo template
I stopped taking screenshots here, just rerun commands mentioned above for this template and they'll fail where they fail.
Additional information
I didn't get to trying to run the package.json scripts for the Http-sever example, it's worth running those to see if they suffer from similar misconfigs.
Thanks for all the hard work! This'll be out-of-the-gate awesome when these bugs are squashed! Right now, generated projects will run fine after fixing the various obvious issues. 👍
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working






