Questions tagged [idyll]

3 questions
1
vote
0 answers

Why does npm throw an "einvalidtagnme" error when trying to install packages depending on nodejs?

I have been trying to install idyll on my laptop (running on Linux Mint). However I always get this error: npm ERR! code EINVALIDTAGNAME npm ERR! Invalid tag name ">=^16.0.0": Tags may not have any characters that encodeURIComponent encodes. I am…
Jay
  • 91
  • 1
  • 1
  • 3
0
votes
1 answer

Way to make a js function accessible in Idyll?

Title says it all. I'd like to be able to transform data using the derived variable syntax, but be able to write the transforming function in a different file for syntax help and legibilitiy
zelusp
  • 3,500
  • 3
  • 31
  • 65
0
votes
1 answer

How to add classes or ids to built-in idyll components

We have several button elements that we would like to style in different ways. We originally added styling to them in the style.css file by adding css to the .button tag. The problem with this is now we would like to add more buttons, but with…
zelusp
  • 3,500
  • 3
  • 31
  • 65