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

Error: The system cannot find the path specified (solution found) #45

Closed
hogash opened this issue Aug 20, 2014 · 15 comments
Closed

Error: The system cannot find the path specified (solution found) #45

hogash opened this issue Aug 20, 2014 · 15 comments

Comments

@hogash
Copy link

hogash commented Aug 20, 2014

Hey guys, such a great work you're doing and love it!!

I get this error when i'm using Ctrl+Alt+p (on Win8) + Sublime3
Error: The system cannot find the path specified (screenshot here http://screencast.com/t/mfTPeLEnPd )

Do you have any idea why this happenes? I have NodeJS installed, and checked version:
C:\Users\Marius>node -v
v0.10.31

Thank you so much!!

Marius

@LOQUILLO
Copy link

Hi @hogash you has updated the old node version?

@LOQUILLO
Copy link

Maybe nodejs isn't in your %PATH%

@hogash
Copy link
Author

hogash commented Aug 24, 2014

@LOQUILLO Version of node is v0.10.31 and when echo-ing %PATH% it displays the exact path from it's place. Tried almost everything i found online and just gave up. Thanks anyway, appreciate a lot!

@jacoballred
Copy link

I had the same issue. I got it to go away by removing the "> 10%" bit from the example configuration.

@hogash
Copy link
Author

hogash commented Sep 20, 2014

@jacoballred it works, thank you so much for your advice! Strange problem, i'm so glad it's fixed!!

@hogash hogash changed the title Error: The system cannot find the path specified Error: The system cannot find the path specified (solution found) Sep 20, 2014
@alexilyaev
Copy link

I'm sorry, but this is not a fix, and I'm still getting the error.

Test:

.test {
    transform: scale(0.1, 0.1);
}

Settings:

{
    "browsers": [
        "ie > 8"
    ]
}

Should add -ms-transform: scale(0.1, 0.1);

Works as expected in the command line.

@sindresorhus
Copy link
Owner

Works for me with latest version.

@alexilyaev
Copy link

@sindresorhus I've reinstalled Autoprefixer, this is the error I'm getting:

error: Autoprefixer
Error: The filename, directory name, or volume label syntax is incorrect.

It's triggered in node_bridge.py line 24

Before the reinstall I got the previous error:

Error: The system cannot find the path specified

I'm on Windows 8. Node is in the Path.

Any ideas?

@LOQUILLO
Copy link

hi @alexilyaev the source of Sublime-Autoprefixer don't support "ie > 8", but you can to use this:
"browsers": ["ie 9", "ie 10", "ie 11"],
Tested and working in ST 3 Dev 3066, Windows 7 x64.
EDIT:
This too is working:
"browsers": [ "last 3 Explorer versions" ],

@alexilyaev
Copy link

@LOQUILLO Thanks, but I don't want to explicitly set the IE versions.
Plus, it works with Autoprefixer in the command line, so I expect it to work in Sublime as well.

@alexilyaev
Copy link

Since the bump of autoprefixer-core to 4.0.0, this issue is resolved.
The "ie > 8" syntax now works as expected.

@chyvak1831
Copy link

Hi @alexilyaev . Can you say how you fixed problem with ">"? I have this problem in sublime3, but I am not indestand what you do for fix this (this "Since the bump of autoprefixer-core to 4.0.0, this issue is resolved." - or this you may that autoprefixer updated and all working ok?)

Thanks!

p.s.: autoprefixer I am install a few days ago. I.e. it new version.

@tinktonk
Copy link

I have the same problem with sublime 3. Cant get the > to work with any browser. Shouldnt this work in the autoprefxer configuration?
"browsers": ["last 2 versions","ie => 8"]

@tinktonk
Copy link

its a lot of work to start listing all browsers that i need support for...

@alexilyaev
Copy link

@chyvak1831 @tinktonk The latest version of sublime-autoprefixer works ok for me.
Try re-installing the package in Sublime.
I also have autoprefixer@5.1.0 installed using npm, not sure it's related.
But try running autoprefixer directly on your file.

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

7 participants