Dmitry Grinko

Results 6 comments of Dmitry Grinko

@sanathkr https://docs.npmjs.com/getting-started/fixing-npm-permissions doesn't help. any suggestions?

Yes, exactly. @jasonhodges Look at this screenshot please https://monosnap.com/file/ToeCN6ZplNGik5FOkRe9lJkjUP2mTm

Instead of using ElementRef we can use: ``` import { DOCUMENT } from '@angular/common'; constructor( @Inject(DOCUMENT) private doc ) {} let [link]: HTMLLinkElement[] = this.doc.querySelectorAll(`[rel="canonical"]`); ```

Try to build and run using "npm run start" instead of "npm run dev"

- command line - aws dynamodb batch-write-item --request-items file://5000.json - a huge file of 5000 items

I have found another solution. I have created nodejs app where I am using `put-item` ``` const fs = require("fs"), shell = require('shelljs'), table = "dictionary", filename = "./500.json"; function...