Let me make it clear: I'm brand new to AngularJS and pretty much any Web Technology. I consider myself a novice in the realm of Web Development.
I attempted to install AngularJS, and truth be told, after numerous "Mysterious Button Clicks", I might have caused some chaos, or perhaps not.
I followed the AngularJS Website's Tutorial for installing Angular and then decided to hit that "Red Button":
npm start
But lo and behold, an error popped up:
https://i.sstatic.net/Iw3hF.png
Real-Time Debugging_Log here:
0 info it worked if it ends with ok
1 verbose cli [ '/home/apanpie/.nvm/versions/node/v7.4.0/bin/node',
1 verbose cli '/home/apanpie/.nvm/versions/node/v7.4.0/bin/npm',
1 verbose cli 'start' ]
2 info using <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="86e8f6ebc6b2a8b6a8b3">[email protected]</a>
3 info using <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="1d737279785d6b2a3329332d">[email protected]</a>
4 verbose config Skipping project config: /home/apanpie/.npmrc. (matches userconfig)
5 verbose run-script [ 'prestart', 'start', 'poststart' ]
6 info lifecycle <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="6a0b1a0b041a030f2a5a445a445a">[email protected]</a>~prestart: <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="533223323d233a3613637d637d63">[email protected]</a>
7 silly lifecycle <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="7d1c0d1c130d14183d4d534d534d">[email protected]</a>~prestart: no script for prestart, continuing
8 info lifecycle <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="dabbaabbb4aab3bf9aeaf4eaf4ea">[email protected]</a>~start: <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="f89988999688919db8c8d6c8d6c8">[email protected]</a>
...
25 verbose exit [ 1, true ]
After scouring the vastness of Google, I came up empty handed.
Furthermore, I'm unsure if this is related, but within my TypeScript code:
import { View, Component } from '@angular2/core';
[... Components Here ... ]
an error pops up:
Cannot find module '@angular2/core'
If someone could shed some light on this, I would greatly appreciate it!