Luke Barton
06/17/2022, 11:31 PMAdrián Mouly
06/18/2022, 4:37 AMcommonjs
and esnext
that some frameworks uses on their TS Config file.
I created my own private construct library to host some constructs, and I never do imports with .js
. Copied the esnext
config from SST source code, and my library is failing due this issue… it can not find my imports.
TL;DR: why SST usses esnext
, appending .js
on everything, and not commonjs
?
Which one should I use?Derek Kershner
06/18/2022, 8:07 PMFilip Pyrek [AWS Hero]
06/19/2022, 12:30 PMMischa Spiegelmock
06/20/2022, 4:13 PMjustindra
06/20/2022, 9:32 PMSean Matheson
06/21/2022, 7:04 AMBjorn Theart
06/21/2022, 7:21 AMRoss Coundon
06/21/2022, 7:22 AMsumitavo biswas
06/21/2022, 7:23 AM[12:53 PM] $ cd /tmp/seed/source
INFO: before_build hook not found. You can define it in your build spec.
INFO: Learn more about adding a build spec - seed.run/docs/adding-a-build-spec
$ cd /tmp/seed/source/serverless-cloudprotect365-complete
$ npx sst build --stage dev --verbose
29.71 s
====================
🚀 Deploy
====================
$ cd /tmp/seed/source
INFO: before_deploy hook not found. You can define it in your build spec.
INFO: Learn more about adding a build spec - seed.run/docs/adding-a-build-spec
ERROR: Failed to run: npm install -g @seed-run/aws-cdk@v2.24.0-seed.1
Jay
06/21/2022, 3:51 PMthdxr
06/21/2022, 5:36 PMChris Visser
06/22/2022, 8:32 AMNavin GV
06/22/2022, 11:23 AMthdxr
06/22/2022, 8:45 PMBrinsley
06/23/2022, 5:44 AMBjorn Theart
06/23/2022, 5:57 AMLukasz K
06/23/2022, 8:52 AMEnrico Bellato
06/23/2022, 9:18 AMthdxr
06/23/2022, 2:35 PMthdxr
06/23/2022, 2:36 PMBjorn Theart
06/23/2022, 2:36 PMBrinsley
06/23/2022, 2:46 PMDavid Garcia
06/23/2022, 4:09 PMthdxr
06/23/2022, 4:24 PMFiig
07/01/2022, 6:16 PMExpected version ">=16.0.0". Got "14.15.4" error Found incompatible module.
even though I’m specifying a node version in package.json
->
"engines" : {
"node" : ">=16.0.0"
},
Emanuel Bohnenkamp
07/01/2022, 6:55 PM