Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible to install tower from your fork? #4

Open
ghost opened this issue May 13, 2013 · 1 comment
Open

Possible to install tower from your fork? #4

ghost opened this issue May 13, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented May 13, 2013

Is it possible to install tower directly from your fork?

Running npm install -g https://github.com/TheHydroImpulse/tower.git just gets me an npm ENOENT on the downloaded package.json

Thank you for your time.

npm install -g https://github.com/TheHydroImpulse/tower.git
npm http GET https://github.com/TheHydroImpulse/tower.git
npm http 200 https://github.com/TheHydroImpulse/tower.git
npm ERR! not a package \Temp\npm-5368\1368470621959-0.22540484555065632\tmp.tgz
npm ERR! Error: ENOENT, open '\Temp\npm-5368\1368470621959-0.22540484555065632\package\pa
ckage.json'

npm ERR! System Windows_NT 6.1.7601
npm ERR! command "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js"
"install" "-g" "https://github.com/TheHydroImpulse/tower.git"
npm ERR! cwd C:\GIT\tower
npm ERR! node -v v0.10.5
npm ERR! npm -v 1.2.18
npm ERR! path \Temp\npm-5368\1368470621959-0.22540484555065632\package\package.json
npm ERR! code ENOENT
npm ERR! errno 34

@rdelpeso
Copy link

This is how i got it installed: npm install TheHydroImpulse/tower -g

but it fails when trying to create an app: tower new app2

---------------------------     App is crashing. ---------------------------
fs.js:427

  return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);

^


Error: ENOENT, no such file or directory './package.json'
    at Object.fs.openSync (fs.js:427:18)
    at Object.fs.readFileSync (fs.js:284:15)
    at new Tower (/usr/local/lib/node_modules/tower/packages/tower-init/tower.js:17:35)
    at Function.Tower.create (/usr/local/lib/node_modules/tower/packages/tower-init/tower.js:32:13)
    at /usr/local/lib/node_modules/tower/packages/tower-init/server.js:49:43
    at Object.<anonymous> (/usr/local/lib/node_modules/tower/packages/tower-init/server.js:162:3)
    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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant