1.0.1 • Published 11 months ago

dynamic-reports v1.0.1

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

Install UIKIT components

Step 1: go to /etc/ and make npmrc file

vim /etc/npmrc and paste the next line:

@castine:registry = "https://registry.npmjs.org/" //registry.npmjs.org/:_authToken=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 scope = "@castine"

Step 2: go to HOME and make .npmrc file

vim ~/.npmrc and paste the next line //registry.npmjs.org/:_authToken=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

Step 3: isntall yarn using docker node image

go to path /vendor/castinellc/yii2-widgets/modules/reporter/assets/components and execute next line docker run --rm -it -v ${PWD}:/mnt -v /etc/npmrc:/root/.npmrc -v ${HOME}/.npmrc:/root/.yarnrc --entrypoint yarn -w /mnt node:12.22.9 install --network-timeout 500000