ionic-team / ionic-angular-standalone-codemods

MIT License
16 stars 8 forks source link

bug: npx @ionic/angular-standalone-codemods throws 404 error #30

Closed vitorlopez closed 11 months ago

vitorlopez commented 11 months ago

Prerequisites

Codemod version

Latest

Current Behavior

Running the recommended command produces a 404 error and I couldn't find this library published in the npm registry. Would you be able to provide a valid example of how to apply this migration to an existent Ionic project?

npx @ionic/angular-standalone-codemods
# Follow the prompts
# - Dry run or not
# - Path to your Angular project (defaults to current directory)

Expected Behavior

I'd expect the suggested command to do something.

Steps to Reproduce

Run npx @ionic/angular-standalone-codemods and it produces the following error:

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@ionic%2fangular-standalone-codemods - Not found
npm ERR! 404 
npm ERR! 404  '@ionic/angular-standalone-codemods@*' is not in this registry.
npm ERR! 404 
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

Code Reproduction URL

No response

Additional Information

No response

sean-perkins commented 11 months ago

Hello @vitorlopez thanks for reporting this issue!

Can you try again and let me know if the issue persists? For some reason the latest package version was marked as private. I've manually made it public in npm.

vitorlopez commented 11 months ago

@sean-perkins it is working now. Thank you very much!

ionitron-bot[bot] commented 10 months ago

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of the codemods, please create a new issue and ensure the template is fully filled out.