Click here to Skip to main content
15,887,683 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: Two way binding in AngularJS Pin
Nathan Minier21-Dec-16 3:54
professionalNathan Minier21-Dec-16 3:54 
GeneralRe: Two way binding in AngularJS Pin
Member 1110597421-Dec-16 4:30
Member 1110597421-Dec-16 4:30 
GeneralRe: Two way binding in AngularJS Pin
Nathan Minier21-Dec-16 4:44
professionalNathan Minier21-Dec-16 4:44 
GeneralRe: Two way binding in AngularJS Pin
Member 1110597421-Dec-16 4:57
Member 1110597421-Dec-16 4:57 
GeneralRe: Two way binding in AngularJS Pin
Nathan Minier21-Dec-16 5:12
professionalNathan Minier21-Dec-16 5:12 
GeneralRe: Two way binding in AngularJS Pin
Member 1110597422-Dec-16 4:40
Member 1110597422-Dec-16 4:40 
GeneralRe: Two way binding in AngularJS Pin
Nathan Minier23-Dec-16 1:01
professionalNathan Minier23-Dec-16 1:01 
Questionnpm install is giving error that project.json file doesn't exist even it exists Pin
indian1435-Dec-16 7:35
indian1435-Dec-16 7:35 
Hi,

I am trying to use AngularJS in my application, I am new to AngularJS, I am trying to use it with ASP.Net MVC 5, can anybody please help me? I am trying to execute the npm install from my Application route folder where project.json exists, but npm install is saying project.json file doesn't exist even it exists.
But I have just copied the project.json from some other Project, I don't know if its wrong or I shouldn't do it. But I don't know what to write in my project.json file. I don't have any other files copied too.

Should I have some other files? Any help is going to be very helpful, thanks in advance

My project.json file as below
{
  "webroot": "wwwroot", 
  "version": "1.0.1-*",
  "compilationOptions": {
    "emitEntryPoint": true
  },

  "dependencies": {
    "Glimpse": "2.0.0-beta1",
    "Microsoft.AspNet.Authentication.Cookies": "1.0.0-rc1-final",
    "Microsoft.AspNet.Diagnostics.Entity": "7.0.0-rc1-final",
    "Microsoft.AspNet.IISPlatformHandler": "1.0.0-rc1-final",
    "Microsoft.AspNet.Mvc": "6.0.0-rc1-final",
    "Microsoft.AspNet.Mvc.TagHelpers": "6.0.0-rc1-final",
    "Microsoft.AspNet.Mvc.WebApiCompatShim": "6.0.0-rc1-final",
    "Microsoft.AspNet.Server.Kestrel": "1.0.0-rc1-final",
    "Microsoft.AspNet.StaticFiles": "1.0.0-rc1-final",
    "Microsoft.AspNet.Tooling.Razor": "1.0.0-rc1-final",
    "Microsoft.Extensions.CodeGenerators.Mvc": "1.0.0-rc1-final",
    "Microsoft.Extensions.Configuration.FileProviderExtensions": "1.0.0-rc1-final",
    "Microsoft.Extensions.Configuration.Json": "1.0.0-rc1-final",
    "Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-rc1-final",
    "Microsoft.Extensions.Logging": "1.0.0-rc1-final",
    "Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
    "Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final",
    "Microsoft.VisualStudio.Web.BrowserLink.Loader": "14.0.0-rc1-final"
  },

  "commands": {
    "web": "Microsoft.AspNet.Server.Kestrel"
  },

  "frameworks": {
    "dnx46": { }
  },

  "exclude": [
    "wwwroot",
    "node_modules"
  ],
  "publishExclude": [
    "**.user",
    "**.vspscc"
  ]
}
Thanks,

Abdul Aleem

"There is already enough hatred in the world lets spread love, compassion and affection."

AnswerRe: npm install is giving error that project.json file doesn't exist even it exists Pin
John C Rayan30-Dec-16 4:38
professionalJohn C Rayan30-Dec-16 4:38 
QuestionSend as .pdf email attachment, job application form with asp.net Pin
TaRoshka3-Dec-16 0:43
TaRoshka3-Dec-16 0:43 
AnswerRe: Send as .pdf email attachment, job application form with asp.net Pin
Nathan Minier3-Dec-16 3:49
professionalNathan Minier3-Dec-16 3:49 
Questionweb developer Pin
Member 1284786913-Nov-16 6:37
Member 1284786913-Nov-16 6:37 
AnswerRe: web developer Pin
Richard MacCutchan13-Nov-16 21:43
mveRichard MacCutchan13-Nov-16 21:43 
AnswerRe: web developer Pin
ZurdoDev16-Nov-16 1:15
professionalZurdoDev16-Nov-16 1:15 
QuestionVimeo Sample code to fetch private videos using REST/ JSON/ JQuery Pin
Elena200612-Nov-16 0:03
Elena200612-Nov-16 0:03 
AnswerRe: Vimeo Sample code to fetch private videos using REST/ JSON/ JQuery Pin
ZurdoDev15-Nov-16 2:00
professionalZurdoDev15-Nov-16 2:00 
QuestionHow do I get apis for Facebook, Google talk, skype, whatsapp for my project using javascript and html Pin
Member 1233604411-Nov-16 17:36
Member 1233604411-Nov-16 17:36 
AnswerRe: How do I get apis for Facebook, Google talk, skype, whatsapp for my project using javascript and html Pin
Richard MacCutchan11-Nov-16 21:55
mveRichard MacCutchan11-Nov-16 21:55 
GeneralRe: How do I get apis for Facebook, Google talk, skype, whatsapp for my project using javascript and html Pin
Member 1233604412-Nov-16 0:13
Member 1233604412-Nov-16 0:13 
QuestionRe: How do I get apis for Facebook, Google talk, skype, whatsapp for my project using javascript and html Pin
Richard MacCutchan12-Nov-16 0:22
mveRichard MacCutchan12-Nov-16 0:22 
AnswerRe: How do I get apis for Facebook, Google talk, skype, whatsapp for my project using javascript and html Pin
Member 1233604412-Nov-16 1:53
Member 1233604412-Nov-16 1:53 
GeneralRe: How do I get apis for Facebook, Google talk, skype, whatsapp for my project using javascript and html Pin
Richard MacCutchan12-Nov-16 2:05
mveRichard MacCutchan12-Nov-16 2:05 
AnswerRe: How do I get apis for Facebook, Google talk, skype, whatsapp for my project using javascript and html Pin
biji cabe16-Dec-16 18:23
biji cabe16-Dec-16 18:23 
GeneralRe: How do I get apis for Facebook, Google talk, skype, whatsapp for my project using javascript and html Pin
nanik8817-Dec-16 21:30
nanik8817-Dec-16 21:30 
QuestionHow to trigger on change on a HTML5 var tag? Pin
Nicky Tse11-Nov-16 2:29
Nicky Tse11-Nov-16 2:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.