Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to psc 0.10 #2

Open
jmatsushita opened this issue Nov 9, 2016 · 2 comments
Open

Update to psc 0.10 #2

jmatsushita opened this issue Nov 9, 2016 · 2 comments

Comments

@jmatsushita
Copy link

On

node --version
v6.7.0
psc --version
0.10.1

There's a warning

[1/1 UnusedFFIImplementations]

  The following definitions in the foreign module for module D3.Scale are unused:

    alignFn
    baseFn
    d3InterpolateCoolFn
    d3InterpolateCubehelixDefaultFn
    d3InterpolateInfernoFn
    d3InterpolateMagmaFn
    d3InterpolatePlasmaFn
    d3InterpolateRainbowFn
    d3InterpolateViridisFn
    d3InterpolateWarmFn
    invertExtent
    stepFN
    unknownFn

[1/1 UnusedImport] src/Colors.purs:3:1

  3  import Color (rgb, fromHexString, toHexString)
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  The import of module Color is redundant

           Src   Lib   All
Warnings   0     0     1
Errors     1     0     1

And then an error:

* ERROR: Subcommand terminated with exit code 1

npm ERR! Darwin 15.6.0
npm ERR! argv ".../.nvm/versions/node/v6.7.0/bin/node" ".../.nvm/versions/node/v6.7.0/bin/npm" "run" "build"
npm ERR! node v6.7.0
npm ERR! npm  v3.10.3
npm ERR! code ELIFECYCLE
npm ERR! purescript-d3v4@1.0.0 build: `pulp build --censor-lib --strict`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the purescript-d3v4@1.0.0 build script 'pulp build --censor-lib --strict'.
@jmatsushita
Copy link
Author

Must be a 0.9 vs 0.10 thing I imagine... I'll try with 0.9

@jmatsushita
Copy link
Author

Yes indeed, it works with psc 0.9.3. Renaming the issue.

@jmatsushita jmatsushita changed the title npm run build exits with error Update to psc 0.10 Nov 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant