DataTables Editor temporary holding file error

DataTables Editor temporary holding file error

Alex53Alex53 Posts: 13Questions: 4Answers: 0

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

  • allanallan Posts: 61,761Questions: 1Answers: 10,111 Site admin
    Answer ✓

    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

Sign In or Register to comment.