-
-
Notifications
You must be signed in to change notification settings - Fork 400
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
[cli] stripUnit(...).replace is not a function #1385
Labels
Comments
It can be solved by having different css input. This is the minimal reproduceable example: .myclass {
margin: 10px;
} |
It occurs for both Node 12 and 14 |
Installing globally without using npx gives more debug info:
|
I also had this issue and worked around it by installing the prior version - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm running
npx jss-cli convert myfile.css -e es6
and I get this error:Is anyone else having this issue?
I'm doing some further investigation now.
The text was updated successfully, but these errors were encountered: