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:
@@ -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
2
package-lock.json
generated
@@ -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": {
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user