Comments on How to Install MEAN.JS JavaScript Stack on Ubuntu 15.04

MEAN.JS is a full javascript stack that contains MongoDB, Express, AngularJS, and Node.js. In this tutorial, I will show you how to install MEAN.JS on ubuntu 15.04. We will install MongoDB from the Ubuntu repository and install Node.js and the npm package manager with the nodesource script.

3 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Bhat

npm ERR! npm ERR! Additional logging details can be found in:npm ERR!     /home/shirshandu/myfirstproject/npm-debug.lognpm ERR! not ok code 0gulp[15:28:32] Local gulp not found in ~/myfirstproject[15:28:32] Try running: npm install gulpnode servermodule.js:340    throw err;          ^Error: Cannot find module 'meanio'    at Function.Module._resolveFilename (module.js:338:15)    at Function.Module._load (module.js:280:25)    at Module.require (module.js:364:17)    at require (module.js:380:17)    at Object.<anonymous> (/home/shirshandu/myfirstproject/server.js:12:12)    at Module._compile (module.js:456:26)    at Object.Module._extensions..js (module.js:474:10)    at Module.load (module.js:356:32)    at Function.Module._load (module.js:312:12)    at Function.Module.runMain (module.js:497:10)Help Please

By: Cock Roach

These instructions are to install "mean.io" NOT "mean.js"

By: ra.prayogi

Amazing tutorial!!