Error: Waiting for missing types to be registered

Hi there,

i have the following setup for local development: I have a project with the folder nodes/test-nodes for test-nodes and nodes/stage-nodes for stage nodes. In the root there is my package json file which references each node by its corresponding js so like "test-nodes":"nodes/test-nodes/test-node.js" but the problem is the types are not found and i get the error waiting for missing types to be registered. When i package the projekt using github the nodes are available though only in my local node-red there is a problem, before i had 2 project.json files one in nodes/ and referenced the files in there, but it should work with one package.json beeing in the root directory.
Can anyone help me?