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

has no method 'isAbsolute' #2

Open
serzz1990 opened this issue Sep 29, 2015 · 3 comments
Open

has no method 'isAbsolute' #2

serzz1990 opened this issue Sep 29, 2015 · 3 comments

Comments

@serzz1990
Copy link

FsX.mkdirSync('static/uploads/avatar');

/node_modules/mkdir-recursive/index.js:72
if (path.isAbsolute(root) === true) {
^
TypeError: Object # has no method 'isAbsolute'

@hex7c0
Copy link
Owner

hex7c0 commented Sep 29, 2015

hi, did you use node < 0.12?

@serzz1990
Copy link
Author

Oh ))) v0.10.33. Thank

@hex7c0
Copy link
Owner

hex7c0 commented Sep 29, 2015

node < 0.12 hasn't this method.
does npm show a warning? https://github.com/hex7c0/mkdir-recursive/blob/master/package.json#L34

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

2 participants