You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you upgrade to Node v10, a certain dependency natives 1.1.0 causes the gulp server task to crash. Natives is a dependency of gulp-combine-mq. This is the error message.
And this is the dependency graph if you run yarn why natives.
[1/4] 🤔 Why do we have the module "natives"...?
[2/4] 🚚 Initialising dependency graph...
[3/4] 🔍 Finding dependency...
[4/4] 🚡 Calculating file sizes...
=> Found "natives@1.1.0"
info Reasons this module exists
- "gulp-combine-mq#graceful-fs" depends on it
- Hoisted from "gulp-combine-mq#graceful-fs#natives"
- Hoisted from "gulp#vinyl-fs#graceful-fs#natives"
info Disk size without dependencies: "12KB"
info Disk size with unique dependencies: "12KB"
info Disk size with transitive dependencies: "12KB"
info Number of shared dependencies: 0
The text was updated successfully, but these errors were encountered:
Node 9 will soon go into maintenance, so we definitely need to upgrade this and a whole lot of our other tasks, which are old based on node v9 or below
If you upgrade to Node v10, a certain dependency
natives 1.1.0
causes thegulp
server task to crash. Natives is a dependency ofgulp-combine-mq
. This is the error message.And this is the dependency graph if you run
yarn why natives
.The text was updated successfully, but these errors were encountered: