You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stylus says The issue was fixed by #2538. Current stylus 0.54.8 does not display these warnings anymore.
But we use Stylus 42 per docs:
sudo npm install stylus@0.42.2 -g # Windows: npm install stylus@0.42.2 -g
# we need 0.42.2 because with more recent versions, --compress compresses
# complete output to 1 line (0.42.2 compresses to 1 line per rule)
stylus -V # show version number to prove it works
Stylus has been PITA, best alternative is to change Modernized theme to use CSS Variables.
Alternatives:
use Node version 13.
ignore the harmless messages
The text was updated successfully, but these errors were encountered:
Upgrading Node to version 14 results in following harmless warning messages:
The modernized css file is created correctly.
Node nodejs/node#32987 blames it on Stylus stylus/stylus#2534.
Stylus says The issue was fixed by #2538. Current stylus 0.54.8 does not display these warnings anymore.
But we use Stylus 42 per docs:
Stylus has been PITA, best alternative is to change Modernized theme to use CSS Variables.
Alternatives:
The text was updated successfully, but these errors were encountered: