Skip to content

Instantly share code, notes, and snippets.

@pedrofurla
Created February 2, 2017 19:58
Show Gist options
  • Save pedrofurla/0625201fc6b516b7060ce4cfb4b1a72d to your computer and use it in GitHub Desktop.
Save pedrofurla/0625201fc6b516b7060ce4cfb4b1a72d to your computer and use it in GitHub Desktop.
Haskell Do build failure
haskell-do$ make build-all-osx
cd gui &&\
npm run build &&\
cd ..
> [email protected] build /haskell-do/gui
> pulp build --to dist/compiled.js
* Building project in /haskell-do/gui
psc: No files found using pattern: bower_components/purescript-*/src/**/*.purs
Compiling Global.Effects
Compiling Console.Types
Compiling Columns.Types
Compiling Cells.Types
Compiling Bootstrap.Glyphicon
Compiling Bootstrap.TopFixedNavbar
Compiling BackendConnection.Types
Compiling Columns.Foreign
Error 1 of 8:
in module Global.Effects
at /haskell-do/gui/src/Global/Effects.purs line 3, column 1 - line 3, column 17
Unknown module DOM
See https://github.com/purescript/documentation/blob/master/errors/UnknownName.md for more information,
or to contribute content related to this error.
Error 2 of 8:
in module Console.Types
at /haskell-do/gui/src/Console/Types.purs line 6, column 1 - line 6, column 17
Unknown module Data.Lens
See https://github.com/purescript/documentation/blob/master/errors/UnknownName.md for more information,
or to contribute content related to this error.
Error 3 of 8:
in module Columns.Types
at /haskell-do/gui/src/Columns/Types.purs line 3, column 1 - line 3, column 15
Unknown module Prelude
See https://github.com/purescript/documentation/blob/master/errors/UnknownName.md for more information,
or to contribute content related to this error.
Error 4 of 8:
in module Columns.Foreign
at /haskell-do/gui/src/Columns/Foreign.purs line 5, column 1 - line 5, column 25
Unknown module Control.Monad.Eff
See https://github.com/purescript/documentation/blob/master/errors/UnknownName.md for more information,
or to contribute content related to this error.
Error 5 of 8:
in module Cells.Types
at /haskell-do/gui/src/Cells/Types.purs line 4, column 1 - line 4, column 21
Unknown module Data.Argonaut
See https://github.com/purescript/documentation/blob/master/errors/UnknownName.md for more information,
or to contribute content related to this error.
Error 6 of 8:
in module Bootstrap.TopFixedNavbar
at /haskell-do/gui/src/Bootstrap/TopFixedNavbar.purs line 3, column 1 - line 3, column 28
Unknown module Prelude
See https://github.com/purescript/documentation/blob/master/errors/UnknownName.md for more information,
or to contribute content related to this error.
Error 7 of 8:
in module Bootstrap.Glyphicon
at /haskell-do/gui/src/Bootstrap/Glyphicon.purs line 3, column 1 - line 3, column 17
Unknown module Data.Show
See https://github.com/purescript/documentation/blob/master/errors/UnknownName.md for more information,
or to contribute content related to this error.
Error 8 of 8:
in module BackendConnection.Types
at /haskell-do/gui/src/BackendConnection/Types.purs line 5, column 1 - line 5, column 17
Unknown module Data.Lens
See https://github.com/purescript/documentation/blob/master/errors/UnknownName.md for more information,
or to contribute content related to this error.
* ERROR: Subcommand terminated with exit code 1
npm ERR! Darwin 15.6.0
npm ERR! argv "/usr/local/Cellar/node@4/4.7.2/bin/node" "/usr/local/bin/npm" "run" "build"
npm ERR! node v4.7.2
npm ERR! npm v2.15.11
npm ERR! code ELIFECYCLE
npm ERR! [email protected] build: `pulp build --to dist/compiled.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script 'pulp build --to dist/compiled.js'.
npm ERR! This is most likely a problem with the haskell-do-gui package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! pulp build --to dist/compiled.js
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs haskell-do-gui
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR! npm owner ls haskell-do-gui
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /haskell-do/gui/npm-debug.log
make: *** [build-front] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment