Hi,
I would like to parse .ics files and found this package: @clicksports/n8n-nodes-ics-parser - npm
If I want to install it, I get the error
Any idea how I can solve this? Or any idea how I can parse .ics files easily?
Thanks!
Cadish
Hi,
I would like to parse .ics files and found this package: @clicksports/n8n-nodes-ics-parser - npm
If I want to install it, I get the error
Any idea how I can solve this? Or any idea how I can parse .ics files easily?
Thanks!
Cadish
Hi @Cadish How are you trying to install this node - through the GUI, or through CLI?
Could you also provide the following:
Thanks @EmeraldHerald for your support on this!
Btw, I can install other community nodes successfully (eg n8n-nodes-caldav
)
Solved… I needed to add @clicksports/n8n-nodes-ics-parser
Don’t understand why sometimes I need to add the author and sometimes not
So glad you solved it - thanks for posting your solution! Someone like @Jon might have a better idea as to why the author was needed here
So this comes down to the package name and if it is scoped to an organisation / author, Typically you would input the same option you get on the right of the npm page where you get the install command or at the top of the page in the title which in this case is
@clicksports/n8n-nodes-ics-parser
You can read a bit more about scoped packages here: scope | npm Docs