Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add @serverless/utils dependency #1791

Closed
wants to merge 1 commit into from

Conversation

cnuss
Copy link
Contributor

@cnuss cnuss commented May 27, 2024

Description

Fixes build errors during CI/CD

Motivation and Context

Got errors during CI/CD, must be related to serverless@4 release...

Run npm run lint

> [email protected] lint
> eslint .


/Users/runner/work/serverless-offline/serverless-offline/src/lambda/RuntimeServer.js
  3:1  error  '@serverless/utils' should be listed in the project's dependencies. Run 'npm i -S @serverless/utils' to add it  import/no-extraneous-dependencies

/Users/runner/work/serverless-offline/serverless-offline/src/lambda/handler-runner/bootstrap-runner/BootstrapRunner.js
  3:1  error  '@serverless/utils' should be listed in the project's dependencies. Run 'npm i -S @serverless/utils' to add it  import/no-extraneous-dependencies

How Has This Been Tested?

Ran CI/CD

@cnuss cnuss closed this May 27, 2024
@cnuss cnuss deleted the fix/serverless-utils branch May 27, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant