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
The package.json file does not declare which node versions are supported. I'm trying to use this as part of a project which supports Node 6, but it seems the version of source-map that is depended on is node 8 and above. Would you consider downgrading to source-map@^0.5.6?
The text was updated successfully, but these errors were encountered:
The new version of source-map included some performance improvements, so I would like to keep this version. They are now using WebAssembly, which requires Node 8+. Is there a reason you can't upgrade to Node 8+?
Hi,
The
package.json
file does not declare which node versions are supported. I'm trying to use this as part of a project which supports Node 6, but it seems the version ofsource-map
that is depended on is node 8 and above. Would you consider downgrading tosource-map@^0.5.6
?The text was updated successfully, but these errors were encountered: