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

ESEduardESEduard Posts: 1Questions: 1Answers: 0

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

  • kthorngrenkthorngren Posts: 21,799Questions: 26Answers: 5,042
    edited March 15

    Have you followed the NPM installation docs for Editor to configure access to the private NPM repository?

    Kevin

  • allanallan Posts: 64,143Questions: 1Answers: 10,584 Site admin

    Yes, it sounds like the .npmrc file doesn't have the DataTables registry information.

    Allan

Sign In or Register to comment.