agutoli / serverless-layers

Serverless.js plugin implementing AWS Lambda Layers, reducing lambda size, warm-up, and deployment time.
MIT License
229 stars 54 forks source link

str.indexOf is not a function #65

Closed orr-levinger closed 3 years ago

orr-levinger commented 3 years ago

Serverless: [ LayersPlugin ]: => default ... ○ Downloading package.json from bucket... ... ○ package.json does not exists at bucket... ... ⊗ ============================================================= ... ⊗ NOTE: You're currently using incompatible version [v14.15.1] ... ⊗ =============================================================

... ○ Changes identified ! Re-installing... ... ∅ [warning] ".npmrc" file does not exists! ... ∅ [warning] "yarn.lock" file does not exists! npm WARN blind-chat-backend@1.0.0 No description

added 180 packages from 151 contributors and audited 2546 packages in 14.671s

28 packages are looking for funding run npm fund for details

found 72 vulnerabilities (1 low, 68 moderate, 3 high) run npm audit fix to fix them, or npm audit for details

... ○ Created layer package /Users/orrlevinger/projects/BlindChat/blind-chat-backend/.serverless/sls-blind-chat-dev-stack-nodejs-default.zip (24.6 MB) ... ○ Uploading layer package... str.indexOf is not a function

cdash04 commented 2 years ago

@orr-levinger can you tell why you closed it? I have the same issues and your feedback could help me 😄

light320180 commented 1 year ago

I have the same issues and your feedback could help me,too