1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Bump NPM requirement to 8+

To take advantage of NPM dependency overrides.
This commit is contained in:
Chauncey McAskill
2023-01-04 11:01:14 -05:00
parent 590e06fc03
commit e7e343e62c
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ Learn more about [languages and technologies](docs/technologies.md).
Make sure you have the following installed: Make sure you have the following installed:
* [Node] — at least 14.17, the latest LTS is recommended. * [Node] — at least 14.17, the latest LTS is recommended.
* [NPM] — at least 6.0, the latest LTS is recommended. * [NPM] — at least 8.0, the latest LTS is recommended.
> 💡 You can use [NVM] to install and use different versions of Node via the command-line. > 💡 You can use [NVM] to install and use different versions of Node via the command-line.

2
package-lock.json generated
View File

@@ -29,7 +29,7 @@
}, },
"engines": { "engines": {
"node": ">=14.17", "node": ">=14.17",
"npm": ">=6.0" "npm": ">=8.0"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {

View File

@@ -7,7 +7,7 @@
"type": "module", "type": "module",
"engines": { "engines": {
"node": ">=14.17", "node": ">=14.17",
"npm": ">=6.0" "npm": ">=8.0"
}, },
"scripts": { "scripts": {
"start": "node --experimental-json-modules --no-warnings build/watch.js", "start": "node --experimental-json-modules --no-warnings build/watch.js",