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
It seems that gulp requires an older version of vinyl-fs.
I cannot install an older version of vinyl-fs (like npm install [email protected]) because older versions of vinyl-fs are not compatible with the latest version of node/npm (npm ERR! notsup Not compatible with your version of node/npm: [email protected] )
So I am stuck unable to install gulp because gulp requires specific older versions of vinyl-fs which are not compatible with newer version of node/npm.
Anyone have a solution for this so I can install gulp?
Thanks,
David
The text was updated successfully, but these errors were encountered:
We do not officially support prerelease versions of node. However, the issue (and needed fix) related to the messages you are seeing is at gulpjs/vinyl-fs#91 (comment)
It seems that gulp requires an older version of vinyl-fs.
I cannot install an older version of vinyl-fs (like
npm install [email protected]
) because older versions of vinyl-fs are not compatible with the latest version of node/npm (npm ERR! notsup Not compatible with your version of node/npm: [email protected]
)So I am stuck unable to install gulp because gulp requires specific older versions of vinyl-fs which are not compatible with newer version of node/npm.
Anyone have a solution for this so I can install gulp?
Thanks,
David
The text was updated successfully, but these errors were encountered: