Closed zaki-yama closed 3 years ago
👋 I apologize it taking so long for the team to get back to you on this - we’re still relatively new and are working on the best strategy for triaging issues.
The reason you are seeing this issue is that npm ci
requires a package-lock to run, which is not provided in this repo. This is by design, as consumers may use different package managers (yarn, npm v6 and under, npm v7) all which produce a different type of lock file.
Hopefully that addresses the issue!
When I create a starter project with
npm init stencil
or directly clone this repository and runnpm ci
, a following error occurs.