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
{{ message }}
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
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.
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.