Skip to content

Commit a3716bd

Browse files
committed
Fix primordials with gulp
Error: ``` ReferenceError: primordials is not defined ``` Fix from https://stackoverflow.com/a/58394828/796832
1 parent 0b8e46d commit a3716bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

playground/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@
181181
}
182182
}
183183
},
184+
"overrides": {
185+
"graceful-fs": "^4.2.10"
186+
},
184187
"devDependencies": {
185188
"bluebird": "^3.5.0",
186189
"del": "^3.0.0",

0 commit comments

Comments
 (0)