Hi,
I’m upgrading a codebase to PureScript v0.15.4. I’ve managed to get things building cleanly after updating the FFI implementations to ES6 modules. However, when I run spago build-app
, I get the following rather obscure error:
% spago bundle-app
[info] Build succeeded.
Invalid argument `output/*/*.js'
Usage: purs COMMAND
The PureScript compiler and tools
[error] Bundle failed.
Any thoughts on what might be going on here?
many thanks,
Roly