Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
janisar007 authored May 29, 2024
1 parent a0f2eab commit 4fb4138
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Paketo Buildpack for Yarn Install
# Initializ Buildpack for Yarn Install
## `https://hub.docker.com/r/initializbuildpacks/yarn-install`

The Yarn Install CNB generates and provides application dependencies for node
applications that use the [yarn](https://yarnpkg.com) package manager.
Expand Down Expand Up @@ -75,13 +76,3 @@ To run all integration tests, run:
```
/scripts/integration.sh
```

## Stack support

For most apps, the Yarn Install Buildpack runs fine on the [Base
builder](https://github.com/paketo-buildpacks/stacks#metadata-for-paketo-buildrun-stack-images).
But when the app requires compilation of native extensions using `node-gyp`,
the buildpack requires that you use the [Full
builder](https://github.com/paketo-buildpacks/stacks#metadata-for-paketo-buildrun-stack-images).
This is because `node-gyp` requires `python` that's absent on the Base builder,
and the module may require other shared objects.

0 comments on commit 4fb4138

Please sign in to comment.