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
While running mintlify dev, I encountered the following issues: ReferenceError: structuredClone is not defined
The use of structuredClone requires Node version 17 or higher. It would be beneficial for Mintlify to check if the local Node version is greater than or equal to 17 and inform the user if it's not.
The text was updated successfully, but these errors were encountered:
While running
mintlify dev
, I encountered the following issues:ReferenceError: structuredClone is not defined
The use of
structuredClone
requires Node version 17 or higher. It would be beneficial for Mintlify to check if the local Node version is greater than or equal to 17 and inform the user if it's not.The text was updated successfully, but these errors were encountered: