Open JohnGurin opened 7 months ago
Does output-es/Main/index.js
exist? Do you have a Main
module?
Same issue here
It looks like esbuild
should be listed as either a dependency or, ideally, a peer dependency of purs-backend-es
. To address this locally, you can manually install esbuild
in your project using the following command:
npm install -D esbuild
However, this issue should be resolved directly within this project to prevent others from encountering the same problem. Would it be possible to update the package to include esbuild
as a peer dependency?
The original ticket notes that esbuild is installed.
The same with
npm install
andnpm instal --global
.pnpm exec spago build
works andoutput-es
folder exists.