Alex Bernier
Alex Bernier
Same here, the weird thing is that the same code deployed correctly 2 months ago using Github Actions.
@jayair Any idea? I was told: _You need to configure webpack to support node (compiled) addons (ending in '.node')._ But I don't have access to the webpack config file when...
This is the full error when starting serverless. Here's on serverless local, I can still work locally but the CI/CD pipeline stops when reaching this error. ``` sls offline start...
@jayair Got this response from someone related to the ssh2-sftp-client module. _The cpu-features dependency is an optional dependency and is not required for ssh2 to function correctly. Unless you can...
Just found the solution, since I was told these packages were optional, I tried the following and it let me deploy the app: In serverless.yml ``` ignorePackages: # Ignore building...
Went back to v4.4.0 due to this issue. Even if I can make it work locally using the hack mentioned above, the CI/CD doesn't like it.
Thanks @jayair I'll take a look and close the ticket if it's the case
@jayair no, still the same issue after upgrading to 5.0.2 `Serverless: Bundling with Webpack... Webpack Options Validation Error ------------------------ WebpackOptionsValidationError: Invalid configuration object. Webpack has been initialised using a configuration...
@jayair not sure if it helps ``` Your Environment Information --------------------------- Operating System: darwin Node Version: 16.13.0 Framework Version: 2.64.1 (local) Plugin Version: 5.5.0 SDK Version: 4.3.0 Components Version: 3.17.1...
Any news? Don't mean to be pushy but this issue has been opened in August and hasn't been resolved. The issue is still happening with the latest version 5.2.0. Thanks