GithubHelp home page GithubHelp logo

Comments (4)

Ansen avatar Ansen commented on June 3, 2024 1

same error in github action

 * What went wrong:
Execution failed for task ':azkaban-web-server:nodeSetup'.
> Could not resolve all files for configuration ':azkaban-web-server:detachedConfiguration1'.
   > Could not resolve org.nodejs:node:8.10.0.
     Required by:
         project :azkaban-web-server
      > Could not resolve org.nodejs:node:8.10.0.
         > Could not get resource 'https://nodejs.org/dist/v8.10.0/ivy.xml'.
            > Could not GET 'https://nodejs.org/dist/v8.10.0/ivy.xml'. Received status code 403 from server: Forbidden

There is indeed no such file in the mirror source.
https://nodejs.org/dist/v8.10.0/ivy.xml

Temporary solution

I found that 404 errors don't break the build

sed -i 's#https://nodejs.org/dist#https://mirrors.dotsrc.org/nodejs/release#g' azkaban-web-server/build.gradle
# china:
sed -i 's#https://nodejs.org/dist#https://mirrors.ustc.edu.cn/node#g' azkaban-web-server/build.gradle

from azkaban.

astrapotro avatar astrapotro commented on June 3, 2024

Same error in here, azkaban doesn't compile @azkaban-ci @tsangz2013 !

imagen
It seems that something has been moved in nodejs ore something

from azkaban.

lalapalooza avatar lalapalooza commented on June 3, 2024

**可以换成镜像地址: https://mirrors.tuna.tsinghua.edu.cn/nodejs-release, 或者本地安装nodejs

from azkaban.

raynent avatar raynent commented on June 3, 2024

@Ansen Thanks, it works
@lalapalooza 国外的用上面的可以成功 国内的应该同理也能解决 谢谢

from azkaban.

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.