Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

Commit 24cd688

Browse files
committed
first draft - docs
1 parent 575fa8e commit 24cd688

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# allow-scripts
2+
3+
In `package.json`:
4+
```
5+
"allowScripts": {
6+
"install": {
7+
"fsevents": "*",
8+
"node-sass": "*"
9+
}
10+
}
11+
```
12+
13+
Then:
14+
```
15+
$ npm install --ignore-scripts
16+
$ npx allow-scripts
17+
```

0 commit comments

Comments
 (0)