Thank you so much for the help! I am excited to see the new upcoming tutorials, you did a great job explaining things which is great getting back into using Angular! :)
Thanks for good information! I need help: when I run 'ng serve' command from VS code terminal or even via powershell it gives me red line written: 'You seem to not be depending on "@angular/core" and/or "rxjs". This is an error' How to fix this? please help!
C:\Users\BAPUN>npm install -g @angular/cli 'npm' is not recognized as an internal or external command, operable program or batch file. how to settled this error?
The below video shows how to solve the same error but for Java. You need to do the same thing. Find the npm .exe in your pc and add the environment variables. Restart command line afterwards. th-cam.com/video/dSo4W3caLBc/w-d-xo.html
i tried out everything that u told but i ended up in an error saying : npm : The term 'npm' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + npm install -g @angular/cli@latest + ~~~ + CategoryInfo : ObjectNotFound: (npm:String) [], Comma ndNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
when creating new project file ng new covid the following error is coming pls find me the way to resolve this ng : File C:\Users\charan teja kasa\AppData\Roaming pm g.ps1 cannot be loaded because running scripts is disabled on this system.
in my visual studios giti not recognised internally and externally so how can we solve that bro,and also explian how to open a TERMINAL when we open a components.ts ....
Sir I got error, one more q I want to know about how to edit in c like in my laptop after users there is hp visible and i cant edit on that please help sir how can i overcom from this problem
Thanks for asking!!. First thing, running the "npm install -g @angular/cli" is different than opening an existing Angular project folder. When you run the above command you are actually telling the NPM(Node package manager) to install Angular CLI(Command line interface, which allows you to run Angular related commands in terminal. Eg. "ng"). But when you open an existing folder from your computer it is just like opening a video in video player. However, in VS code you can open a folder by navigating to File->Open Folder->"Select the folder which you desire".
Yeah..you can...the terminal in VS code can be PowerShell, cmd, git, etc...it detects commands and adapts to it....so you can basically run any command line tool which is installed in that computer from VS code terminal.
Use "git clone" to import an existing project or use "git init" to initialize a new project folder and then use "git remote add" to tag it to a remote reposotory, eg. GitHub.
Hello there... Thank you for your video... Im getting this error ( Unknown error: SyntaxError: Unexpected token 'export' ) when i create ng new firstApp... please help me... Im using windows 7. Thanks....
HELP?! i use the cmd ng new project and whenever it starts to create a new project, its missing the e2e folder with its components so I cant serve it !!! does someone know how to fix this please?
project is not compiling it is showing AS BELOW The serve command requires to be run in an Angular project, but a project definition could not be found.
Few others have also reported this problem. Make sure you are running 'ng serve' inside angular project where angular.json resides. Also try running 'npm install' and then retry.
@@DevelopersHubChannel actually i have a real time code in my work area i used tomcat but never did Node JS now have a requirement for Node yes i did i am getting a weird error if that is rectified then getting this error but i am failing at ng serve
Sir I need help from you I mailed you 5 times but no response sir......I installed one angular project from Git hub but in my laptop not running using ng serve can you please help me to sort this thing
If you download an angular project from Github, first this is to run 'npm install' inside the project root path. The required packages for the app will be installed. Then run 'ng serve'
NPM - Node Package Manager In an existing project, When "npm install" is executed, the dependencies mentioned in the package.json file is downloaded or updated. And will be available in "node-modules" folder.
when creating angular app then getting this error pls pls help me bro error An unexpected error occurred: "registry.yarnpkg.com/rxjs/-/rxjs-6.6.2.tgz: ESOCKETTIMEDOUT". × Package install failed, see above. The Schematic workflow failed. See above.
To run any code you need a computer. The computer could be your PC or a Virtual Machine (Cloud). Either you can download code to your PC or a VM manually and run or you could set an automated process (Jenkins) to download the code from GitHub and run it in your PC or a VM. I think the process you are thinking is not possible without an additional plugin to Github .
npm WARN deprecated request@2.88.2: request has been deprecated, see github.com/request/request/issues/3142 " I am getting this error can you please tell me wjy I am getting this and how to resolve this??
Try the below steps. Hope it works. Using following commands to uninstall : npm uninstall -g @angular/cli npm cache clean --force To verify: ng --version /* You will get the error message, then u have uninstalled */ Using following commands to re-install : npm install -g @angular/cli
Can you give details about it. Like after which step you got this error and the complete error log. The log which have posted is incomplete i guess, it must have more details.
@@DevelopersHubChannel after installation of node js VS -> terminal-> npm install -g @angular/cli@latest /* here I am getting the deprecated request error */ -> Its showing like file already exists -> when I try to find the version then it is showing the error (ie. Cannot find module) -> then I tried to uninstall and installed again using ' ng install -g @angular/cli ' then also I am facing the same issue
Glad to hear from you.. this is a common error i guess.. check other comments and if your error is mentioned there, i would have definitely answered that. If not, put your error log here, i will help you.
Installing packages...npm WARN deprecated tslint@6.1.2: TSLint has been deprecated in favor of ESLint. Please see github.com/palantir/tslint/issues/4534 for more information. npm WARN deprecated request@2.88.2: request has been deprecated, see github.com/request/request/issues/3142 npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies. npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. npm WARN deprecated urix@0.1.0: Please see github.com/lydell/urix#deprecatednpm WARN deprecated resolve-url@0.2.1: github.com/lydell/resolve-url#deprecated npm ERR! Unexpected end of JSON input while parsing near '...RJQfTQe/Ly+evwqbDrZK6' npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\shreya\AppData\Roaming pm-cache\_logs\2020-06-01T19_50_03_896Z-debug.log × Package install failed, see above. The Schematic workflow failed. See above. this error occur please solve it
Try the below steps. Hope it works. Using following commands to uninstall : npm uninstall -g @angular/cli npm cache clean --force To verify: ng --version /* You will get the error message, then u have uninstalled */ Using following commands to re-install : npm install -g @angular/cli
Try the below steps. Hope it works. Using following commands to uninstall : npm uninstall -g @angular/cli npm cache clean --force To verify: ng --version /* You will get the error message, then u have uninstalled */ Using following commands to re-install : npm install -g @angular/cli
As a beginner, I'm very comfortable to start Angualr with help of your video... thanks for your support !
Tquu sir ,after watching so many vedios ,I got clearcut download method through ur vedio ,for beginner it is awesome sir.
Thank you so much for the help! I am excited to see the new upcoming tutorials, you did a great job explaining things which is great getting back into using Angular! :)
ng command is not supported after installing angular cli
i am not getting administration after the user 5:57. need help
Can you please give details of the issue?
good work sir it is very helpfully to all student
when I type ng new firstApp, installing packages(npm) message is blinking
how to resolve this thing?
Thanks for good information!
I need help:
when I run 'ng serve' command from VS code terminal or even via powershell
it gives me red line written:
'You seem to not be depending on "@angular/core" and/or "rxjs". This is an error'
How to fix this? please help!
I fixed it!!
for other users:
run command at same path: "npm link"
then run: "ng serve"👍
@@abhichohan8837I didn't get
Great introduction video, very informative!
I got help to start with Visual Studio Code, Angular CLI, Node JS. Please upload more videos
C:\Users\BAPUN>npm install -g @angular/cli
'npm' is not recognized as an internal or external command,
operable program or batch file.
how to settled this error?
The below video shows how to solve the same error but for Java. You need to do the same thing. Find the npm .exe in your pc and add the environment variables. Restart command line afterwards.
th-cam.com/video/dSo4W3caLBc/w-d-xo.html
i tried out everything that u told but i ended up in an error saying :
npm : The term 'npm' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of
the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:1
+ npm install -g @angular/cli@latest
+ ~~~
+ CategoryInfo : ObjectNotFound: (npm:String) [], Comma
ndNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Reinstall node js. And try again
i have same error i do reinstall the nodejs and not include core manager in installation and it works
sir 5:11 enter pr error show kr rha
what 's wrong with that ?????
Life saving video.....!!!!! Thank you for this Sir.....!!!!!
thank you so much bro. It helped me to get started in angular.
when creating new project file
ng new covid the following error is coming pls find me the way to resolve this
ng : File C:\Users\charan teja kasa\AppData\Roaming
pm
g.ps1 cannot be loaded because running scripts is disabled on this system.
Run the below command in cmd or powershell command line and rerun your command.
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
@@DevelopersHubChannel problem solved thank u bro
in my visual studios giti not recognised internally and externally so how can we solve that bro,and also explian how to open a TERMINAL when we open a components.ts ....
Thanks brother for a nice explanation. Very useful to the beginners.
Please subscribe if you haven't done it already!
for me its showing only 12 packages added for angular cli
thank you so much bro..............! very useful content
nice explanation
Sir I got error, one more q I want to know about how to edit in c like in my laptop after users there is hp visible and i cant edit on that please help sir how can i overcom from this problem
I don't have the path how to add it can you help
very well explained , Thank you dear!
how to open existing project in VS code , did i need to type the npm -g @anglular/cli again ?
PLEASE ANSWER THIS QUESTION .tq
Thanks for asking!!. First thing, running the "npm install -g @angular/cli" is different than opening an existing Angular project folder. When you run the above command you are actually telling the NPM(Node package manager) to install Angular CLI(Command line interface, which allows you to run Angular related commands in terminal. Eg. "ng"). But when you open an existing folder from your computer it is just like opening a video in video player. However, in VS code you can open a folder by navigating to File->Open Folder->"Select the folder which you desire".
@@DevelopersHubChannel alright thankyou :)
Please subscribe if you haven't done it already!
My app roaming npm cannot be loaded is not digitally signed ...what I do now please tell me
stackoverflow.com/questions/66288653/i-am-trying-to-make-ng-serve-but-i-got-this-error-in-terminal
"The Schematic workflow failed. See above." this the error while creating firstapp please help
Sir browser pr open nhi ho rha hai local host did not send any data, this page is not working
Bro how to choose in firstapp in your computer
sir you are my life saver😊😊😊
can we push code by using command of git via terminal of vscode .....git add .
git commit -m "first commit"
git push origin master
Yeah..you can...the terminal in VS code can be PowerShell, cmd, git, etc...it detects commands and adapts to it....so you can basically run any command line tool which is installed in that computer from VS code terminal.
I am unable to add local repository
" This directory does not appear to be a Git repository. Would you like to create a repository here instead?"
Use "git clone" to import an existing project or use "git init" to initialize a new project folder and then use "git remote add" to tag it to a remote reposotory, eg. GitHub.
Thank you 😊
very helpful,informative
Hello there... Thank you for your video... Im getting this error ( Unknown error: SyntaxError: Unexpected token 'export' ) when i create ng new firstApp... please help me... Im using windows 7. Thanks....
Hyy broo is internet required to run angular code??
HELP?! i use the cmd ng new project and whenever it starts to create a new project, its missing the e2e folder with its components so I cant serve it
!!! does someone know how to fix this please?
Same problem here.
@@leetruong7810 I ended up learning react because I haven’t heard of any solution for this lol
project is not compiling it is showing AS BELOW
The serve command requires to be run in an Angular project, but a project definition could not be found.
Few others have also reported this problem. Make sure you are running 'ng serve' inside angular project where angular.json resides. Also try running 'npm install' and then retry.
ng serve
this command requires to be run in Angular project, but project definition could not be found
Check if you are running 'ng serve' command inside the Angular project folder, in the sense where index.html resides.
@@DevelopersHubChannel yes i did and i have used npm install -g @angular/cli then ng serve
So, you installed angular cli. Then you created new angular app 'ng new appname' , then 'cd appname' and then 'ng serve'?
@@DevelopersHubChannel actually i have a real time code in my work area i used tomcat but never did Node JS now have a requirement for Node yes i did i am getting a weird error if that is rectified then getting this error but i am failing at ng serve
'ng update --all --force'
Run the above command and try 'ng serve'
Sir I need help from you I mailed you 5 times but no response sir......I installed one angular project from Git hub but in my laptop not running using ng serve can you please help me to sort this thing
If you download an angular project from Github, first this is to run 'npm install' inside the project root path. The required packages for the app will be installed. Then run 'ng serve'
@@DevelopersHubChannel sir can you give your contact details please
404notfounddevelopers@gmail.com
*Great tutorial love it🙏*
Hi sir it was helpful can you upload still more videos
thanks brother it was very helpful
What do u mean by npm install
NPM - Node Package Manager
In an existing project,
When "npm install" is executed, the dependencies mentioned in the package.json file is downloaded or updated. And will be available in "node-modules" folder.
@@DevelopersHubChannel thank you
How to find which version angular is used in code?
when creating angular app then getting this error
pls pls help me bro
error An unexpected error occurred: "registry.yarnpkg.com/rxjs/-/rxjs-6.6.2.tgz: ESOCKETTIMEDOUT".
× Package install failed, see above.
The Schematic workflow failed. See above.
@Developers Hub bro help me this bro
how to run the project on git hub without downloading. Is this possible?
To run any code you need a computer. The computer could be your PC or a Virtual Machine (Cloud). Either you can download code to your PC or a VM manually and run or you could set an automated process (Jenkins) to download the code from GitHub and run it in your PC or a VM. I think the process you are thinking is not possible without an additional plugin to Github .
Please subscribe if you haven't done it already!
Thanks for Video! Its very helpful.
sir i am tired lot but the eacce error show. plz help me sir
Please paste the entire error log here.
Thank you are Great Man prefect Details
Wonderful. It's working ❤️
Thank you!
I had a problem and this video solved it! :-)
Hope you subscribed! If not, would you please?
Yes
npm WARN deprecated request@2.88.2: request has been deprecated, see github.com/request/request/issues/3142 " I am getting this error can you please tell me wjy I am getting this and how to resolve this??
Try the below steps. Hope it works.
Using following commands to uninstall :
npm uninstall -g @angular/cli
npm cache clean --force
To verify: ng --version /* You will get the error message, then u have uninstalled */
Using following commands to re-install :
npm install -g @angular/cli
@@DevelopersHubChannel no I got the same error
Can you give details about it. Like after which step you got this error and the complete error log. The log which have posted is incomplete i guess, it must have more details.
@@DevelopersHubChannel after installation of node js
VS -> terminal-> npm install -g @angular/cli@latest /* here I am getting the deprecated request error */
-> Its showing like file already exists
-> when I try to find the version then it is showing the error (ie. Cannot find module)
-> then I tried to uninstall and installed again using ' ng install -g @angular/cli ' then also I am facing the same issue
Sorry. Its strange. Uninstall and install node again. It might help. By that time i will try to find out some solution.
Thank you so much this video helped me here by I am subscribkng ur channel
I create project name and hit enter then it shows running script is disabled on this system . Roaming
pm
g.ps1
Answer is in the comments
sir path kaise set or edit krenge ?????
Glad to hear from you.. this is a common error i guess.. check other comments and if your error is mentioned there, i would have definitely answered that. If not, put your error log here, i will help you.
Thank you my man all love
Sir i need to contact you for a big problem
404notfounddevelopers@gmail.com
Thx for explanations
Helpful video
Thank you so much bro
This was so helpful
Thank you so much bro....
Please subscribe if you haven't done it already!
Thank you sir.
Installing packages...npm WARN deprecated tslint@6.1.2: TSLint has been deprecated in favor of ESLint. Please see github.com/palantir/tslint/issues/4534 for more information.
npm WARN deprecated request@2.88.2: request has been deprecated, see github.com/request/request/issues/3142
npm WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated urix@0.1.0: Please see github.com/lydell/urix#deprecatednpm WARN deprecated resolve-url@0.2.1: github.com/lydell/resolve-url#deprecated
npm ERR! Unexpected end of JSON input while parsing near '...RJQfTQe/Ly+evwqbDrZK6'
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\shreya\AppData\Roaming
pm-cache\_logs\2020-06-01T19_50_03_896Z-debug.log
× Package install failed, see above.
The Schematic workflow failed. See above.
this error occur please solve it
Try the below steps. Hope it works.
Using following commands to uninstall :
npm uninstall -g @angular/cli
npm cache clean --force
To verify: ng --version /* You will get the error message, then u have uninstalled */
Using following commands to re-install :
npm install -g @angular/cli
It was helpful
Please subscribe and support!
Why si this useful?Can anyone help mein this.
Thank you so much
Thank you
thankyou so much 👍
Thanks bro
Please subscribe if you haven't done it already!
After ng new firstApp I'm getting an error npm ERR! Unexpected end of JSON input for parsing near '....vhuf0Zoww01SgOt2Rm3th'
How do i solve this.
Try the below steps. Hope it works.
Using following commands to uninstall :
npm uninstall -g @angular/cli
npm cache clean --force
To verify: ng --version /* You will get the error message, then u have uninstalled */
Using following commands to re-install :
npm install -g @angular/cli
@@DevelopersHubChannel Thank you. That helped.
I hope you subscribed..if not, would you please subscribe :-)