-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Installing autoprefixer without package manager #929
Comments
Install |
But if the machine can't install |
You don't need to install npm on every machine. Run |
For some reason that doesn't work. I use it through a flask app using
|
I am not sure that this error is related to non-npm environment. You get this error when you have wrong path for PostCSS binary. Try to find correct option and set it to But I am not sure that my recommendation is correct for webassets you should all them. Or on StackOverflow. |
Ahhh didn't realize the executable were in .bin. Although I now get |
Wuhuu it works. Thank you for your kind help ! |
I might have been too fast. I don't get any error. But the following
yields
|
Ask in |
I will. I've just noticed something with my original issue though.
Hence the machine has to have |
Yeap. You must have Node.js for it (it is not a package manager, it is JS runtime). What runtime you use right now? |
Ah yeh of course. I'm new in this game but now I get it. Sorry for the inconvenience. |
{
}, |
please help me...i am a window user & each time i got an error... E:\MyWork\vscode\css\Practice css\css_course2\2-TRILLO>npm run start
npm ERR! A complete log of this run can be found in: npm ERR! A complete log of this run can be found in: E:\MyWork\vscode\css\Practice css\css_course2\2-TRILLO> |
Sorry, have no idea |
I work at a company where there are very strict rules about which software to install. Hence I don't have package manager tools like
npm
.Is it possible to install
autoprefixer
without?The text was updated successfully, but these errors were encountered: