DataTables Editor temporary holding file error
DataTables Editor temporary holding file error
Hi
I have licence to Editor and run (.npmrc file is created)
npm install --save @datatables.net/editor-dt
I get downloaded Editor
Then I use importmap in Ruby On Rails, this load editor from
https://ga.jspm.io/npm:datatables.net-editor@2.2.2/js/dataTables.editor.mjs
When I import Editor
import 'datatables.net-editor'
Error: DataTables Editor temporary holding file
What I'm doing wrong?
This question has an accepted answers - jump to answer
Answers
Editor isn't available via the npm repository. You either need to use our repository with your access key, or use the holding package and then install the downloaded Editor zip file over the top of the holding package using the script included in the holding package.
Allan