Yarn Token
Yarn Token
I am using Yarn 4.1.0 and added the appropriate config to my .yarnc.yml that the instructions state but it never seems to download the paid Editor files. I have to manually run the node command and point it to the zip file. This is my yarnrc.yml file:
compressionLevel: mixed
enableGlobalCache: false
nodeLinker: node-modules
npmScopes:
datatables.net:
npmAlwaysAuth: true
npmAuthToken: "generated-authtoken"
npmRegistryServer: "https://npm.datatables.net/"
yarnPath: .yarn/releases/yarn-sources.cjs
This question has an accepted answers - jump to answer
Answers
It sounds like you might be installing the
datatables.net-editor
package, whereas the licensed one is@datatables.net/editor
. Could you confirm you are using the latter? Can you show me your package.json file?Allan
Thanks!!