question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Latest version 4.13.3-- can not init due to plugins error.

See original GitHub issue

Note: If your issue/bug is regarding the AWS Amplify Console service, please log it in the Amplify Console GitHub Issue Tracker

Describe the bug Upgraded to aws-amplify/cli@4.13.3.

Attempt to init a new gatsby project to upload it to amplify fails with the following–

Error: Found no provider plugins Run ‘amplify plugin scan’ to scan your system for provider plugins. init failed

Scanning for plugins… The following official plugins are missing or inactive: awscloudformation: provider | amplify-provider-awscloudformation@4.13.3 codegen: util | amplify-codegen@2.13.3 mock: util | amplify-util-mock@3.14.0 Plugin scan successful

To my knowledge, there should have been no change to these plugins as they worked the last 72 hours.

Amplify CLI Version You can use amplify -v to check the amplify cli version on your system

4.3.3

To Reproduce Steps to reproduce the behavior or terminal output if applicable

amplify init

Expected behavior A clear and concise description of what you expected to happen.

Expect to complete init without error as I have done the last few weeks and then setup git push to deliver to amplify

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. Mac/Windows/Ubuntu]
  • Node Version. You can use node -v to check the node version on your system

Ubuntu 19.04, node version 12.15.0

Additional context Have tried re-installing aws-amplify/cli, reinstalled all node_modules (local). I saw in prior errors of this kind on windows, users had to manually link plugins giving file path and name. I didn’t see similar way to do on linux.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9

github_iconTop GitHub Comments

9reactions
photon-gardencommented, Jun 16, 2020

Could we add a note to the docs specifying that you must use npm and must install the CLI globally? In the JS ecosystem, you can normally use yarn or npm as you please, and install globally or locally, so this behavior is quite confusing.

4reactions
weisishengcommented, Feb 16, 2020

After about 6 hours of grubbing around, found this recommendation, #2746. Removing the yarn global dir and reinstalling using npm seems to fix my problem. Ugh.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't start latest stable on ubuntu 20.04 - 3D Slicer Community
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Read more >
Gradle Artifactory plugin error - Stack Overflow
My gradle version is 2.2.1. I am trying to use the artifactory plugin in gradle ( apply plugin: 'artifactory' ). This is my...
Read more >
Failed to initialize plugin: acfe_form - WordPress.org
Hello,. We recently updated ACFE from 8.6.6 to 8.6.7 and after doing so we found that updating it seems to have broken the...
Read more >
LTS Changelog - Jenkins
Plugins have already been prepared to support the new version of Guava. Use the Plugin Manager to upgrade all plugins before and after...
Read more >
Most common plugin errors in TinyMCE and how to fix them
Ways to fix the most common plugin errors in TinyMCE and why those happen, including “TinyMCE failed to load plugin” error.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found