GithubHelp home page GithubHelp logo

lambdaconf-2015's People

Contributors

paf31 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

lambdaconf-2015's Issues

Build process fail

Hello,
I'm trying to build the server with docker using this Dockerfile:

FROM node:latest

ENV PURESCRIPT_DOWNLOAD_SHA1 0eef2324808b4ad1688d344800e14270206276b9

RUN cd /opt \
    && wget https://github.com/purescript/purescript/releases/download/v0.6.9.5/linux64.tar.gz \
    && echo "$PURESCRIPT_DOWNLOAD_SHA1 linux64.tar.gz" | sha1sum -c - \
    && tar -xvf linux64.tar.gz \
    && rm /opt/linux64.tar.gz

ENV PATH /opt/purescript:$PATH

RUN npm install -g pulp@">=3.0.0 <4.0.0" bower

RUN echo '{ "allow_root": true }' > /root/.bowerrc

RUN mkdir -p /code/purescript && cd /code/purescript \
    && git clone https://github.com/paf31/lambdaconf-2015.git

RUN cd /code/purescript/lambdaconf-2015/server \
    && bower update
RUN npm install

CMD ["/opt/purescript/psci"]

All is correct until the pulp runcommand. The build fails with that message:
* Building project in /code/purescript/lambdaconf-2015/server Module Prelude has been defined multiple times See https://github.com/purescript/purescript/wiki/Error-Code-RedefinedModule for more information, or to contribute content related to this error.

Do you see the problem?

Thanks in advance,
Dani

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.