GithubHelp home page GithubHelp logo

Comments (5)

micalevisk avatar micalevisk commented on April 27, 2024 2

for reference: discussion about this issue on discord: https://discord.com/channels/520622812742811698/939229065527820369/1072917103545430126

from axios.

vladimirverh avatar vladimirverh commented on April 27, 2024 1

Ohh my, I don't have axios in dependencies at all. But let me check deeply and add some repro example.

from axios.

vladimirverh avatar vladimirverh commented on April 27, 2024 1

actually, I just notice that, since now axios is a peer dependecy of @nestjs/axios, you must respect the semver range below:

axios/package.json

Lines 47 to 49 in 02a94cd

"peerDependencies": {
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0",
"axios": "^1.3.1",

so make sure you got axios installed in your side

This one helped - with adding direct dependency
"axios": "^1.3.1",
in dependencies nest build just worked. Many thanks for the help! ❤️ 🤝
Just for reference, repo with updated NestJS dependencies and @nestjs/axios is here:
https://github.com/vladimirverh/repro-nestjs-2.0.0-TS-issue-2
I'll try to use same repo in future while doing any upgrade.

Thanks for you cool project and everyday job! Love that, you are the best!!! 💪 🚀

from axios.

micalevisk avatar micalevisk commented on April 27, 2024

actually, I just notice that, since now axios is a peer dependecy of @nestjs/axios, you must respect the semver range below:

axios/package.json

Lines 47 to 49 in 02a94cd

"peerDependencies": {
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0",
"axios": "^1.3.1",

so make sure you got axios installed in your side

from axios.

vladimirverh avatar vladimirverh commented on April 27, 2024

Related one: #663

from axios.

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.