I am trying to install n8n-nodes-module and I am getting the following error:
npm install n8n-nodes-my-custom-nodes
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/n8n-nodes-my-custom-nodes - Not found
npm ERR! 404
npm ERR! 404 'n8n-nodes-my-custom-nodes@latest' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Kshitij.bharde\AppData\Roaming\npm-cache\_logs\2020-02-24T09_56_20_013Z-debug.log
Ah sure. That is very simple. You just add another line like this:
The important thing is that you give it the correct name (in your case apparently “n8n-nodes-my-custom-nodes”) and version number. If you did not change it “^0.1.0” should do.
Cannot find module ‘n8n-core’ or its corresponding type declarations.
How to solve this error,
Even after running npm I , I am getting some errors
gyp ERR! node -v v14.19.1