Publishing node in n8n community

Hello,

I am facing an issue while trying to publish n8n plugin.

When I run command on Bitbucket

npm publish

The generated tarblall does not contain files in dist nodes and credentials, instead it contains only
package.json

content is here : npmfs - n8n-nodes-opencell

Any idea ?

Thanks,
Wassim

Hm, perhaps @marcus knows what’s going on here?

Hey @wassim,

Are you running the command locally or through a Bitbucket pipeline? If you are using a Pipeline can you try running it locally to see if that works?

I have just cloned your repo and done a quick test publish and the tarball details looks to be correct.

npm notice === Tarball Details ===
npm notice name:          n8n-nodes-opencell
npm notice version:       1.0.6
npm notice filename:      n8n-nodes-opencell-1.0.6.tgz
npm notice package size:  56.5 kB
npm notice unpacked size: 313.5 kB
npm notice shasum:        b96d30d86a328a0cffc577974fab26ede50aba09
npm notice integrity:     sha512-QaFl8DWWfM113[...]Y5H26LOvuWI9g==
npm notice total files:   55

Hi,

Thanks @Jon
It is crazy, I get this issue on local vscode but on rechecking on gitpod.io, there is no issue.

Thanks a lot!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.