Skip to content

Instantly share code, notes, and snippets.

@supermario
Last active December 27, 2015 05:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save supermario/d49531da971038998178 to your computer and use it in GitHub Desktop.
Save supermario/d49531da971038998178 to your computer and use it in GitHub Desktop.
Pulp build issues
$ pulp init
* Generating project skeleton in /Users/mario/Dropbox/dev/test/sentiment
bower purescript-console#^0.1.0 cached git://github.com/purescript/purescript-console.git#0.1.1
bower purescript-console#^0.1.0 validate 0.1.1 against git://github.com/purescript/purescript-console.git#^0.1.0
bower purescript-eff#^0.1.0 cached git://github.com/purescript/purescript-eff.git#0.1.2
bower purescript-eff#^0.1.0 validate 0.1.2 against git://github.com/purescript/purescript-eff.git#^0.1.0
bower purescript-prelude#^0.1.0 cached git://github.com/purescript/purescript-prelude.git#0.1.3
bower purescript-prelude#^0.1.0 validate 0.1.3 against git://github.com/purescript/purescript-prelude.git#^0.1.0
bower purescript-console#^0.1.0 install purescript-console#0.1.1
bower purescript-eff#^0.1.0 install purescript-eff#0.1.2
bower purescript-prelude#^0.1.0 install purescript-prelude#0.1.3
purescript-console#0.1.1 bower_components/purescript-console
└── purescript-eff#0.1.2
purescript-eff#0.1.2 bower_components/purescript-eff
└── purescript-prelude#0.1.3
purescript-prelude#0.1.3 bower_components/purescript-prelude
# mario ~/dev/test/sentiment 16:24:58
$ pulp build
* Building project in /Users/mario/Dropbox/dev/test/sentiment
psc: No files found using pattern: src/**/*.js
Error found:
in module Control.Monad.Eff
Unknown module Prelude
See https://github.com/purescript/purescript/wiki/Error-Code-UnknownModule for more information,
or to contribute content related to this error.
Compiling Control.Monad.Eff
* ERROR: Subcommand terminated with exit code 1
# mario ~/dev/test/sentiment 16:25:00
$ node -v
v4.2.4
# mario ~/dev/test/sentiment 16:25:20
$ npm -v
2.14.12
# mario ~/dev/test/sentiment 16:25:24
$ pulp -v
6.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment