Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Kleinmann authored Feb 1, 2024
1 parent 7e11cba commit 62391d9
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,7 @@ We create and tag different images with nodes `12`, `14`, `16` and `18`.
As a default for the legacy images (without explicit node tag), node in version `14` is used.

#### Note
If your package.json requires a specific NPM version, you may have to set NPM_CONFIG_ENGINE_STRICT to 'false' to get NodeJS to ignore that. Usually (e.g. with Shopware) it should still work flawlessly.
```
.build-js: &build-js
stage: build-js
image: "kellerkinder/pipeline-image:PHP_8.1-NODE_18"
variables:
DATABASE_URL: ''
SHOPWARE_SKIP_BUNDLE_DUMP: '1'
NPM_CONFIG_ENGINE_STRICT: 'false'
```
If your `package.json` requires a specific NPM version, you may have to set `NPM_CONFIG_ENGINE_STRICT` to `false` in your environment to get NodeJS to ignore that.

## License
MIT

0 comments on commit 62391d9

Please sign in to comment.