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
Is your feature request related to a problem? Please describe.
When using older than 8 version of node npx s returns Unexpected identifier. I think we should check if the required version of node is satisfied.
Describe the solution you'd like
while running npx s on older node version we should return: please upgrade your node environment to version xx.xx
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When using older than 8 version of node
npx s
returnsUnexpected identifier
. I think we should check if the required version of node is satisfied.Describe the solution you'd like
while running
npx s
on older node version we should return:please upgrade your node environment to version xx.xx
The text was updated successfully, but these errors were encountered: