Skip to content

Commit 311dccc

Browse files
authored
Merge pull request #1 from qdrant/npmrc-ignore-scripts
Add .npmrc to ignore scripts during npm install
2 parents 438466f + a3359f1 commit 311dccc

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

frontend/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ignore-scripts=true

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"last 5 Opera versions"
4040
],
4141
"engines": {
42-
"node": ">= 12.22.1",
43-
"npm": ">= 6.13.4",
42+
"node": ">= 24",
43+
"npm": ">= 10",
4444
"yarn": ">= 1.21.1"
4545
}
4646
}

0 commit comments

Comments
 (0)