Russell Schick

Results 10 comments of Russell Schick

@bencao is this still an issue? There have been fixes related to the sync process that should have fixed that error.

Sorry for the late reply. I was able to fix this with the following `tsconfig.json`: ``` { "compilerOptions": { "moduleResolution": "node", "skipLibCheck": true } } ``` There is also a...

Hi Taylor, that indicates a parsing error reading your package.json file. Can you post the contents here so I can take a look?

Thanks @taylorpreston, that looks ok to me. Can you send me your org and instance name? You can DM me in Slack: https://serverless-contrib.slack.com/join/shared_invite/zt-d5qzowja-pnOerTzAIZUrN18hWYUIHA

This was caused by importing the Cloud SDK into a front-end component, which currently isn't supported. I'm going to keep this open until we improve the error message and documentation...

@hariohmprasath you can reproduce this easily by creating a service, then changing the ECR access role to a duplicate of the original role with a different name but the exact...

Any plans to release to npm?

I'm not familiar with the npm codebase, but I was able to fix this issue by adding retries here: https://github.com/npm/cacache/blob/main/lib/put.js#L69. I'd be happy to submit a PR if you think...

I have tested it, but refresh tokens are lost when the user reloads the page, unless you store them in `localStorage`, which our organization doesn't allow for security reasons. We...