Coder Social home page Coder Social logo

Comments (5)

stimms avatar stimms commented on June 17, 2024 1

As a quick fix you can change line 35 of AlpineSkiHouse\src\AlpineSkiHouse.Web\node_modules\download\index.js to

        var target = path.join(dest, path.basename(url.url || url));

I guess we'll submit a patch to the upstream project.

from alpineskihouse.

mhdubose avatar mhdubose commented on June 17, 2024

Consider specifying the expected/required node version in the readme, or removing the dependency

from alpineskihouse.

mhdubose avatar mhdubose commented on June 17, 2024

For clarification, this also causes the gulp "images" task to fail

from alpineskihouse.

dpaquette avatar dpaquette commented on June 17, 2024

Thanks! I will take a look at this today.

from alpineskihouse.

kirill-d-lappo avatar kirill-d-lappo commented on June 17, 2024

well, it was tricky
what I did :

  1. Installed node.js version 4.9.1
  2. opened command line, moved to src/AlpineSkiHouse.Web directory
  3. executed the next commands
# install packages globally
npm install yarn -g
npm install bower -g
npm install  jspm -g
npm install gulp -g

# following instructions from readme
yarn install
bower install
jspm install # this one may fail with time out but just try again
gulp

from alpineskihouse.

Related Issues (20)

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.