-
Hi, How to use http://ngmodules.org/modules/blur-admin to integrate with meanjs
I generated module call systemAdmin and I want to use /blur-admin in this module. Anyone who has experience on it ?
…
-
Hi,
I was following: http://blog.giantswarm.io/getting-started-with-docker-and-meanjs on my Mac using boot2docker.
I start the mongodb and then start the web server using:
docker run -p 3000:3000…
-
my
node version v4.0.0
npm version 3.3.12
yo version 1.5.0
my operating system is ubuntu 14.04 and when I'm going to generate mean project from yo meanjs generator i get below error.
rumes@rumes-HP-P…
rumes updated
8 years ago
-
Executing 'yo meanjs' gives following error
npm ERR! v8-debug@0.4.6 install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the v8-debug@0.4.6 install …
-
I was trying to intergrate socket.io with meanjs following by this article: https://vexxhost.com/resources/tutorials/mean-socket-io-integration-tutorial/
I got io is not defined error on file
'publi…
dotku updated
9 years ago
-
Hi,
Was hoping to use this emailer plugin for our site to have emails pipe through Office 365. Once setting it up and testing sending an email (sending a user validation email in NodeBB), we see the …
-
Hi all, I preparing to start a new project and we choose meanjs to develop. But, I am still confused about the reusability. What is the best practice to create a shared module to reuse for another mod…
-
We have a few TODOs that were added, let's see if they make sense or clean them up:
- articles.client.controller.js#L34 - https://github.com/meanjs/mean/blob/master/modules/articles/client/controllers…
-
I created a crud using yo:
```
yo meanjs:crud-module product
```
it generated all the files, when I want to create a new product (`http://localhost:3000/products/create`), after filling the name a…
-
This is in regards to: Getting Started with MEANjs and Docker on Linux with Azure.pdf
The first set of instructions didn't quite match the current user interface, but I was able to work through it. …