-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
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
Issues on npm start from base project location #302
Comments
What is your Windows version? |
I am in windows 10 and tried running in git bash as well with nom install command in base project but got same issues. |
@sanj52 Have you tried run script separately, I believe |
Yep I did but no luck!!! |
Could you post npm error log? As a workaround you can try: cd custom-login
npm install --force
cd ..
cd okta-hosted-login
npm install --force
cd ..
npm start |
Same issue and error as well. |
Internal ref: OKTA-620750 |
I am facing below error on cmd npm start so am i missing something or the npm version needs to be different. As for now I am using npm version 9.5.1.
The error are:
PS D:\NOW_OR_NEVER\REACT\ReactWorkspace\samples-js-react-master> npm install
npm ERR! code 1
npm ERR! path D:\NOW_OR_NEVER\REACT\ReactWorkspace\samples-js-react-master
npm ERR! command failed
npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c npm install --prefix custom-login && npm install --prefix okta-hosted-login
npm ERR! npm ERR! code 1
npm ERR! npm ERR! path D:\NOW_OR_NEVER\REACT\ReactWorkspace\samples-js-react-master
npm ERR! npm ERR! command failed
The text was updated successfully, but these errors were encountered: