Cant install custom node

Describe the problem/error/question

cant seem to install my custom node, so I created a node that is just copy pasted version of the manual set fields edit node, basically I want to build my own that I can edit the code, but I cant seem to install it
here is my package info: n8n-nodes-request-body-mapper - npm (npmjs.com)
repo: azka-zaydan/n8n-nodes-request-body-getter (github.com)

What is the error message (if any)?

Failed to save installed package Cause: invalid input syntax for type integer: “3.4”

Information on your n8n setup

  • n8n version: 1.61.0
  • Database (default: SQLite): Postgres
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own, main
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • Operating system: Linux

Hi @azka-zaydan,
Seems like there’s a problem with resolving parameter dependencies specifically related to displayOptions - did you copy over all relevant files? Did you use the starter package to get started?