GithubHelp home page GithubHelp logo

Comments (11)

codestellar avatar codestellar commented on April 23, 2024 3

I am also facing the same issue:
Unable to install library @nestjs/azure-func-http because package did not install. Please check package name.

nest version: 9.1.5
node version: 18.12.1
func version: 4.0.4895

from azure-func-http.

MarkPieszak avatar MarkPieszak commented on April 23, 2024 3

Might be fixed via #1039 when it's merged + released.
We're looking into it!

from azure-func-http.

blowsie avatar blowsie commented on April 23, 2024 2

#1039 / #1066 any chance on these being merged or a resolution to this?

from azure-func-http.

Taylorsuk avatar Taylorsuk commented on April 23, 2024

Same issue, unfortunately. Does anyone have any advice on how we can work around this?

from azure-func-http.

OskarsPakers avatar OskarsPakers commented on April 23, 2024

Got it working with a workaround to install package manually with force option and skip package installation when adding the nest extension.

npm i @nestjs/azure-func-http -f
nest add @nestjs/azure-func-http -s

from azure-func-http.

nishLBC avatar nishLBC commented on April 23, 2024

Unfortunately the second step failed for me. Unable to meet the dependencies even those I gate the option to skip package installation.

node version 18.7.0
nest version 9.1.5

Really looking forward to seeing this work with nestjs 9.x

from azure-func-http.

leomozzer avatar leomozzer commented on April 23, 2024

The second step failed for me.
Node version v18.12.1
nest version 9.1.7

from azure-func-http.

OskarsPakers avatar OskarsPakers commented on April 23, 2024

Second step fails as a workaround, but it creates all the files necessary to deploy to Azure functions.

from azure-func-http.

pigulla avatar pigulla commented on April 23, 2024

Shamelessly pinging @kamilmysliwiec

from azure-func-http.

blowsie avatar blowsie commented on April 23, 2024

Temporary workaround...

Add this to your package.json file

"overrides": {
    "@nestjs/azure-func-http": {
      "@nestjs/common": "$@nestjs/common",
      "@nestjs/config": "$@nestjs/config",
      "@nestjs/core": "$@nestjs/core",
      "@nestjs/platform-express": "$@nestjs/platform-express"
    }
  }

from azure-func-http.

kamilmysliwiec avatar kamilmysliwiec commented on April 23, 2024

Let's track this here #1066

from azure-func-http.

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.