OS: Windows 10 Pro IDE: Visual Studio 2015 Community NPM version: 1.4.28 So, I run the following line:
"npm i [email protected] [email protected] --save --save-exact" and a node_modules folder is created, in the root of my project, inside which systemjs and angular2 are created. . But then inexplicably the angular2 folder will suddenly disappear from the node_modules folder! Any time the package.json file is amended in Visual Studio, as shown in the attached image, the folder structure is recreated, but then the angular2 folder disappears again What is the issue here? Many thanks in advance, Theo On Thursday, 26 November 2015 00:39:07 UTC, Eric Martinez wrote: > > It looks like you are using an old version of angular2. > > Did you run these commands? > > 1. npm init -y > 2. npm i [email protected] [email protected] --save --save-exact > 3. npm i typescript live-server --save-dev > > > Change alpha.44 to alpha.46 and the typings should work. Related to > typings, you probably should read this issue > https://github.com/angular/angular/issues/5248 > > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
