Has anybody encountered this issue? `@next/swc-dar...
# help
m
Has anybody encountered this issue?
@next/swc-darwin-arm64 not accessible from next
Next is not installed in the project, this is an sst dependency. I am running into this issue in code build running
npm ci
t
@Frank do we have nextjs as a hard dep?
m
well just figured it out
node12
node14+ is required for @next/swc-darwin-arm64, codebuild amazon linux is stuck at 12x
f
hmmm… yeah we have
@serverless-stack-slack/nextjs-core
as a dependency which has
next
as a hard dependency.
m
So I guess that means sst requires node14+
I should use the seed docker image huh 🤔
actually still getting this issue in ubuntu node14
f
@Mike McCall are you getting this when building the SST app?
m
I'm still trying to debug the ci env. this is happening on npm ci
before sst build
f
Does
npm install
also fail w/ the same error?
m
ha trying now
Locally: node12
npm ci
fails `npm install`works node 14
ci
and
install
works CI TBD
Install fixed it. I guess I don't know how to node. Thanks
f
Hmm… weird that the CI failed
Glad u figured it out man!
m
Thanks