serverless / serverless

⚡ Serverless Framework – Use AWS Lambda and other managed cloud services to build apps that auto-scale, cost nothing when idle, and boast radically low maintenance.
https://serverless.com
MIT License
46.3k stars 5.69k forks source link

Missing Package @serverlessinc/sf-core #12607

Closed Anubhav-Chauhan3367 closed 1 week ago

Anubhav-Chauhan3367 commented 1 week ago

Issue description

Issue: Missing Package @serverlessinc/sf-core

Description

Hi,

I encountered an issue while trying to install dependencies. The @serverlessinc/sf-core package is not found in the npm registry, leading to an error during npm install.

Error Message

npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@serverlessinc%2fsf-core - Not found npm ERR! 404 npm ERR! 404 '@serverlessinc/sf-core@*' 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.

Steps to Reproduce

  1. Fork the repository
  2. Run npm install

Additional Information

The package @serverlessinc/sf-core is referenced in multiple files, indicating its importance to the codebase. Can you provide guidance on where to find this package or if it's available in a different branch? Any help or instructions would be greatly appreciated.

Thank you!


Here's a summary of the affected files:

Thanks again for your assistance!

Best regards, Anubhav Chauhan

Context

No response

austencollins commented 1 week ago

Hi @Anubhav-Chauhan3367 it looks like you are trying to install via the repo, rather than NPM. Please install the NPM module instead via npm i serverless -g