-
Notifications
You must be signed in to change notification settings - Fork 2
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
ng serve does not run the application #1
Comments
Hi @ahmadkhalaf1, could you check the issue_#1 branch to see if this package.json update solves your issue ? Thank you Regards |
Thank you so much Dear @zucher Thanks :) |
hi @ahmadkhalaf1, you probably needs To cleanup jour de env by removing tout node_modules directory and doing again a npm i. if your typescript exec is in global you may remove it and also installing it again. Regards |
@zucher Thanks for your help :) i tried to remove node_modules directory and npm install again , and still getting same error
would this affect anything in the future of my app and development ? |
Did you restart installation from scratch with a clean project ? |
yes i did , i downloaded the issue branch as zip and npm install inside the folder |
I do the same without this kind of failure, strange |
yah this is strange , thanks for your time :) i will see if this will make any problem in the future |
In my side, I sync with the source code and launched Have you still have this issue ? |
hello ,
i downloaded the project and run command npm install inside it
then i tried to run it using ng serve
it show that angular cli is deprecated , i removed it and installed latest one
then it showed that
Environment configuration does not contain "environmentSource" entry.
A new environmentSource entry replaces the previous source entry inside environments.
To migrate angular-cli.json follow the example below:
Before:
"environments": {
"source": "environments/environment.ts",
"dev": "environments/environment.ts",
"prod": "environments/environment.prod.ts"
}
After:
"environmentSource": "environments/environment.ts",
"environments": {
"dev": "environments/environment.ts",
"prod": "environments/environment.prod.ts"
}
i replaced it with the After: code
then run ng serve again and got this error
i need to use web sdk please tell me what to do to fix this or give me latest working project for rainbow sdk with angular2
The text was updated successfully, but these errors were encountered: