Error when trying to install via npm: npm install --save @datatables.net/editor-dt
Error when trying to install via npm: npm install --save @datatables.net/editor-dt

The following error message is shown in vs code
npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/@datatables.net%2feditor-dt - Not found
npm error 404
npm error 404 '@datatables.net/editor-dt@*' is not in this registry.
npm error 404
npm error 404 Note that you can also install from a
npm error 404 tarball, folder, http url, or git url.
npm error A complete log of this run can be found in: /Users/eduardmetzker/.npm/_logs/2025-03-15T21_28_03_955Z-debug-0.log
How can I fix this?
Answers
Have you followed the NPM installation docs for Editor to configure access to the private NPM repository?
Kevin
Yes, it sounds like the .npmrc file doesn't have the DataTables registry information.
Allan