-
After `npm install` I run `npm run build` and get compiled css in the `/dist` folder. However, none of the classes are prefixed with `k-`.
``` sh
± % npm install …
-
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.…
-
Phantomjs refuses to install on Windows 7, behind a corporate proxy. I fiddled with my proxy settings to get `npm install -g grunt-cli` and `npm install -g bower` to work, but `npm install` (or `npm i…