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
This is similar to #1660, but since I have never had any prior version of node or npm on this server, I'm at a lost to how to fix this. If a lower version of node, or a specific version of natives is required, it would be nice to have this in the documentation.
Node: 14.15.5 (also failed on 10.19.0)
Npm: 6.14.11
The text was updated successfully, but these errors were encountered:
Gulp had a similar issue with node 10, see this: nodejs/node#19786
Since node 8.x is EOL and even node 10.x will be EOL on Apr 30th, downgrading is not the option you want.
I'm on grunt 1.3.0 and node 12.x and I don't have this problem. If I had to make a guess, one of the grunt plugins you're using calls graceful-fs 3.x -> internals -> bad node_contextify.cc. graceful-fs 4.x is patched. Try npm ls graceful-fs and see if that helps you.
While trying to run grunt on a new machine using a file that I have seen work before I get this error:
This is similar to #1660, but since I have never had any prior version of node or npm on this server, I'm at a lost to how to fix this. If a lower version of node, or a specific version of natives is required, it would be nice to have this in the documentation.
Node: 14.15.5 (also failed on 10.19.0)
Npm: 6.14.11
The text was updated successfully, but these errors were encountered: