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
When running npm run init, I encountered an issue (check screenshot).
I tried using a previous version of node - v12.13.0 but still had the same issue.
Before that, I encountered this error - '.' is not recognized as an internal or external command
To solve that, I ran - npm config set script-shell bash
As advised on stackoverflow.
The text was updated successfully, but these errors were encountered:
When running
npm run init
, I encountered an issue (check screenshot).I tried using a previous version of node - v12.13.0 but still had the same issue.
Before that, I encountered this error - '.' is not recognized as an internal or external command
To solve that, I ran - npm config set script-shell bash
As advised on stackoverflow.
The text was updated successfully, but these errors were encountered: