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
@GregOriol You have a native module somewhere - you probably just need to run npm rebuild. Any time you update node your native extensions in all of your projects will be built against the old version, and you will need to rebuild them via that command.
Before you open this issue, please complete the following tasks:
What were you expecting to happen?
I'm trying to run gulp; it worked with node 15 but doesn't anymore after an update to node 16.
What actually happened?
Please give us a sample of your gulpfile
The gulpfile has a few exports (watch, clean, prod, ...) and all of them produce this error.
Please provide the following information:
node -v
): v16.0.0 (installed via homebrew)npm -v
): 7.10.0gulp -v
): CLI version: 2.3.0 - Local version: 4.0.2Additional information
The text was updated successfully, but these errors were encountered: