Following command failing with 404 error.
npm i --save-dev @types/saxon-js
I am trying to convert xml using stylesheet from a nodejs typescript project. Can anyone help me here to get rid of the following error?
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@types%2fsaxon-js - Not found
Generally --save-dev works for all packages, but this one is not working.
npm i --save-dev @types/saxon-js