-
Notifications
You must be signed in to change notification settings - Fork 14
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
Warning: normalize #42
Comments
I'm having this problem as well. Using this package in the same project as usual, so it must be some new update thats causing it. |
Hmm, there was an update in september to change I wonder if changing the calls from Also, are you running the latest version(0.4.4)? |
I'm using Ubuntu, if that helps. JSFTP version is 1.5.3, and I am using 0.4.4 for this. I don't know JS well enough to change the calls you mentioned, but if you point me in the right direction I can figure it out. |
Hey @JasonEtco. I can put up a sample file for you to try using or push a patch version to see if it fixes it for you, might be a day or two before I get the time to make the changes, test, and push a new build . In the meantime if you want to test something out and see if it fixes it for you, I am including instructions below.
If you don't want to try it out, don't worry, Ill try to push another build out in the next day or two that will check for the existence of this before using it. Based on the error message provided |
@Robert-W thanks for getting back. I tried that out, and while I do not get the original error message, I now get: |
Hmm, can you post your config that your using and any terminal output you are seeing? That sounds like it is having trouble connecting to your FTP server. |
@Robert-W Sure. Here is a screenshot of the full terminal output (fyi I'm using Jekyll and some other Grunt build tasks): http://i.imgur.com/fbj7ugb.png The relevant content of my Gruntfile.js: ftp_push: {
jasonetcovitch: {
options: {
authKey: "key1",
host: "jasonetcovitch.com",
dest: "/public_html/",
port: 21
},
files: [
{
expand: true,
cwd: '_site/',
src: [ "**/*" ]
}
]
}
}, If you need anything else, let me know! Thanks again for the help. |
I found the solution to my problem . was that had nodejs and npm date. so now I have . -v nodejs NPM -v Now if it works perfectly and grunt -ftp -push . In advance thanks for the concern. |
Thanks @luisgagocasas. @JasonEtco Can you verify that you are able to connect to those folders on your server? |
If the change fixed the path issue, I may close this ticket and reopen a new one for the timeout error as that seems like a different issue. |
It seems that my original webhost, GoDaddy, changed their login system to require ftp. when connecting to the server. They didn't tell me that -.- But now I have no problems, everything is perfect. |
Great, glad to hear. Im gonna leave this open as a reminder to make those updates to path.posix for the next version, so keep using the one you edited for now, but there will be a new release marked as 1.0.0 coming this week sometime with those fixes. |
Note to self: |
Actually I'm not sure you need to, updating Node also fixed the original issue for me. Might have just been some version issues |
Ok, that's great. I will leave it as is then. Thanks for the update. |
I have got same problem. |
@PatrikValkovic Thanks for reporting this, I will try to take a look this evening and see if I can figure out the issues and push out a patch so you don't have to make those changes anymore. |
I have this problem because susede ?
Running "ftp_push:sample" (ftp_push) task
Warning: Cannot call method 'normalize' of undefined Use --force to continue.
The text was updated successfully, but these errors were encountered: