paketo-buildpacks / npm-install

A Cloud Native Buildpack for npm
Apache License 2.0
10 stars 17 forks source link

npm install is not installing devDependencies #645

Open AshwinSridharan0410 opened 8 months ago

AshwinSridharan0410 commented 8 months ago

In my package.json , I have dependencies and devDependencies. But paketo buildpacks is only installing the dependencies . Is there any env. variable that needs to be passed while we do the pack build command for the above query ?

I went through this issue https://github.com/paketo-buildpacks/npm-install/issues/330, but still wasnt able to understand.

@ForestEckhardt , would like to know your views here.

mhdawson commented 8 months ago

But paketo buildpacks is only installing the dependencies

Do you mean during the build or in the final container?

mhdawson commented 3 months ago

@AshwinSridharan0410 ping?