Giter Site home page Giter Site logo

Comments (7)

rithvikp1998 avatar rithvikp1998 commented on August 18, 2024 1

Thanks for looking into it! I tested the command you gave, and it is working in my local machine with Node 20. So, I retried running it in our ADO pipeline and weirdly it is still failing with the same error. The Node install task in the pipeline is claiming it successfully installed Node 20 before running our code, but maybe there is something going wrong in it. I'll log the node version in the pipeline and see what version is getting installed.

from azure-sdk-for-js.

github-actions avatar github-actions commented on August 18, 2024

@KarishmaGhiya @maorleger

from azure-sdk-for-js.

github-actions avatar github-actions commented on August 18, 2024

Thank you for your feedback. Tagging and routing to the team member best able to assist.

from azure-sdk-for-js.

maorleger avatar maorleger commented on August 18, 2024

Hiya @rithvikp1998 - thanks for reaching out!

I tried to reproduce this on Node 20 and have been unable to.

Here's what I did (condensed to a small one-liner for copy-pasteability):

mkdir nodeostest && cd $_ && npm init -y && npm i @azure/identity && echo 'const identity = require("@azure/identity"); console.log("node version", process.version);'  > index.js && node index.js

I see that it successfully loaded identity and it prints out node version v20.10.0

Are you sure you are using node 20? Could you try this snippet out and see if it works for you? If it fails, could you tell me what is the output of running node --version ?

Thanks so much!

from azure-sdk-for-js.

github-actions avatar github-actions commented on August 18, 2024

Hi @rithvikp1998. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue.

from azure-sdk-for-js.

maorleger avatar maorleger commented on August 18, 2024

Sounds good - going to mark this resolved for now but feel free to unresolve if you still suspect an issue with the SDK

from azure-sdk-for-js.

github-actions avatar github-actions commented on August 18, 2024

Hi @rithvikp1998. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text "/unresolve" to remove the "issue-addressed" label and continue the conversation.

from azure-sdk-for-js.

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.