Skip to content

Commit 2834750

Browse files
committed
Fix failing install on Linux
Workaround for yarnpkg/yarn#6040 (comment)
1 parent 0745e6b commit 2834750

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fixtures/attribute-behavior/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"react-scripts": "1.0.11",
1111
"react-virtualized": "^9.9.0"
1212
},
13+
"optionalDependencies": {
14+
"fsevents": "1.2.13"
15+
},
1316
"resolutions": {
1417
"fsevents": "1.2.13"
1518
},

0 commit comments

Comments
 (0)