We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When installing react project under windows it fails with this error:
C:\Windows\system32>npm install -g create-react-project C:\Users\Attila\AppData\Roaming\npm\create-react-project -> C:\Users\Attila\AppData\Roaming\npm\node_modules\create-react-project\index.js
[email protected] postinstall C:\Users\Attila\AppData\Roaming\npm\node_modules\create-react-project ./scripts/postinstall.js
'.' is not recognized as an internal or external command, operable program or batch file.
The text was updated successfully, but these errors were encountered:
I think that adding "node" in front of the postinstall command will make it cross platform.
Sorry, something went wrong.
91f16ac
No branches or pull requests
When installing react project under windows it fails with this error:
C:\Windows\system32>npm install -g create-react-project
C:\Users\Attila\AppData\Roaming\npm\create-react-project -> C:\Users\Attila\AppData\Roaming\npm\node_modules\create-react-project\index.js
'.' is not recognized as an internal or external command,
operable program or batch file.
The text was updated successfully, but these errors were encountered: