JonAbrams / synth

The first back-end framework specially designed for single-page web applications
http://www.synthjs.com
MIT License
968 stars 70 forks source link

Problem while installing at Windows 8.1 #46

Closed evertonmj closed 10 years ago

evertonmj commented 10 years ago

Hello! I'm having problems while I'm trying to install Synth at my dev machine, which is running Windows 8.1. Node installation is running fine, but when I use the npm install -g synth I get a lot of errors.

JonAbrams commented 10 years ago

I don't have a Windows machine, can you put the errors on pastebin.com and link to it here?

BTW, I haven't tested Synth on Windows at all so I'm happy I have a Windows user to try it out!

evertonmj commented 10 years ago

Sure, I've put npm log on this link: http://pastebin.com/XVipL67T

Abraço! Everton Mendonça http://www.javahelp.me

On Mon, Jun 30, 2014 at 1:49 PM, Jon Abrams notifications@github.com wrote:

I don't have a Windows machine, can you put the errors on pastebin.com and link to it here?

BTW, I haven't tested Synth on Windows at all so I'm happy I have a Windows user to try it out!

— Reply to this email directly or view it on GitHub https://github.com/JonAbrams/synth/issues/46#issuecomment-47555815.

JonAbrams commented 10 years ago

Looks like it's trying to install npm packages in another directory. Do you have a npmrc file located somewhere that's telling npm to install packages elsewhere? I think I've seen this happen before with a fresh install of the latest version of Node.

evertonmj commented 10 years ago

I've made a new installation at another machine using Windows 7 and the installation went smooth. Tomorrow I'll try again at the Windows 8.1 machine and see this npmrc file tip. Many thanks and keep up the good work. :)

Abraço! Everton Mendonça http://www.javahelp.me

On Mon, Jun 30, 2014 at 5:07 PM, Jon Abrams notifications@github.com wrote:

Looks like it's trying to install npm packages in another directory. Do you have a npmrc https://www.npmjs.org/doc/files/npmrc.html file located somewhere that's telling npm to install packages elsewhere? I think I've seen this happen before with a fresh install of the latest version of Node.

— Reply to this email directly or view it on GitHub https://github.com/JonAbrams/synth/issues/46#issuecomment-47579996.

JonAbrams commented 10 years ago

Thanks dude!

On Mon, Jun 30, 2014 at 5:17 PM, evertonmj notifications@github.com wrote:

I've made a new installation at another machine using Windows 7 and the installation went smooth. Tomorrow I'll try again at the Windows 8.1 machine and see this npmrc file tip. Many thanks and keep up the good work. :) Abraço! Everton Mendonça http://www.javahelp.me On Mon, Jun 30, 2014 at 5:07 PM, Jon Abrams notifications@github.com wrote:

Looks like it's trying to install npm packages in another directory. Do you have a npmrc https://www.npmjs.org/doc/files/npmrc.html file located somewhere that's telling npm to install packages elsewhere? I think I've seen this happen before with a fresh install of the latest version of Node.

— Reply to this email directly or view it on GitHub https://github.com/JonAbrams/synth/issues/46#issuecomment-47579996.


Reply to this email directly or view it on GitHub: https://github.com/JonAbrams/synth/issues/46#issuecomment-47603553

JonAbrams commented 10 years ago

Were you able to replicate the problem or fix it on Window 8.1?

evertonmj commented 10 years ago

Not yet. In the last days I was busy, but I'll try to solve this until tomorrow.

Abraço! Everton Mendonça http://www.javahelp.me

On Mon, Jul 7, 2014 at 7:02 PM, Jon Abrams notifications@github.com wrote:

Were you able to replicate the problem or fix it on Window 8.1?

— Reply to this email directly or view it on GitHub https://github.com/JonAbrams/synth/issues/46#issuecomment-48247245.

JonAbrams commented 10 years ago

I'll re-open once the problem can be replicated.