-
Hello, I am using Mac and I can use npm global installations like express etc. But today I tried to install Sails globally, never was successful. Actually installation looks like ok but sails command …
-
I have the following file: `package.json`
{
"name": "uglify",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-uglify": "^3.0.0"
}
}
also th…
-
Hi All,
I am trying to obfuscated all js files in js folder by using
https://www.npmjs.com/package/grunt-obfuscator
I have installed grunt, node and updated npm in my windows machine. below is my s…
-
I have an issue where on every 3rd save I get this: [ERROR](http://i.imgur.com/N859dnx.png)
It appears when I either save it 3 times within the same file or if I open up 3 different files, the error …
-
Hi.
I'm using Windows Azure for host my website for a school project.
I have a VM with ubuntu 13.04 installed.
```
azureuser@tripanalyzer:~$ nodejs -v
v0.10.18
azureuser@tripanalyzer:~$ npm -v
1.3.…
-
Сейчас все версии сайта подключены к одной и той же базе данных (https://boiling-fire-9518.firebaseio.com ). Чтобы у нас была полностью независимая работа друг от друга необходимо переключить свою лич…
-
Hello.
I've installed ng-admin 0.9.1 from npm, mounted in node_modules/ng-admin then did «make install».
After installation I've tried to «make build» ng-admin from sources, but got an error:
```
ER…
-
I want to create npm-shrinkwrap.json with npm 2.x.
but I can't it.
`npm shrinkwrap --dev` works fine in npm 1.4.24.
```
$ node -v
v0.10.32
$ npm -v
1.4.24
$ npm shrinkwrap --dev
wrote npm-shrinkwrap.…
-
I'd like to contribute and need to build ng-admin. Unfortunately the build process fails.
My Steps:
- I made a fork of marmelab/ng-admin
- I installed it: `npm install joschne/ng-admin`
- Inside th…
-
Currently experiencing
```
PhantomJS timed out, possibly due to an unfinished async spec.
```
on some machines.
Even on master (currently 7f95836) which builds just fine on travis-ci (https://travis…