-
When I type sudo npm install tower -g it gives me the following after installing all the dependencies:
npm ERR! Failed at the tower@0.4.1 postinstall script.
npm ERR! This is most likely a problem wi…
-
I am doing a vanilla install of tower with node v0.8.12 and npm 1.1.63.
```
tower new app
cd app
npm install
cake watch
```
In a new terminal window I run my generators and start the server.
```
to…
-
```
rtp:scratch∴ npm install tzwhere
npm http GET https://registry.npmjs.org/tzwhere
npm http 200 https://registry.npmjs.org/tzwhere
npm http GET https://registry.npmjs.org/googlemaps
npm http 200 htt…
-
The new module system in 0.4.0-1 breaks the client side, in particular this code (tower.js 1091, from client.coffee 7):
``` Javascript
Tower.modules = {
validator: global,
accounting: global.…
-
Hi, running on OS X Lion, just installed tower via npm. Created a new app and got the following:
```
create : joinword/vendor/stylesheets/prettify.css
http.js:1202
var socket = req.socket;
…
-
npm install tower -g fails with this error on win7 64
```
C:\Users\Phil\AppData\Roaming\npm\tower -> C:\Users\Phil\AppData\Roaming\npm\nod
e_modules\tower\bin\tower
> tower@0.4.2-4 postinstall C:\Us…
-
This is odd; it was working last week whenever I'd do an npm install mysql-libmysqlclient. Today however, I'm getting ENOENT whenever attempting to install the package. I'm on MAC OSX 10.7.3.
We'…