Attempting to run package.sh results in error
adlaika opened this issue · 2 comments
adlaika commented
npm install
, followed by installing pulp, then ran package.sh
. output:
* Building project in /Users/marnold/Code/aws-origin-access-identity
psc: No files found using pattern: bower_components/purescript-*/src/**/*.purs
Error found:
in module AWS.OAI
Module Prelude was not found.
Make sure the source file exists, and that it has been provided as an input to psc.
See https://github.com/purescript/documentation/blob/master/errors/ModuleNotFound.md for more information,
or to contribute content related to this error.
* ERROR: Subcommand terminated with exit code 1
adlaika commented
nvm just needed to bower install
.
adlaika commented
I'll leave this bug open for documentation purposes ;)