You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run git clone https://github.com/trailheadapps/lwc-recipes-oss
change into new directory cd lwc-recipes-oss
Run npm install
then npm run build
and then npm run dev
I got some errors and this hint [config] peer dependency pwa-kit-runtime was not provided.
Running npm install pwa-kit-runtime reported
added 47 packages, changed 4 packages
17 vulnerabilities (11 high, 6 critical)
I assume some vulnerabilities will be fixed by 603.
Thanks
> npm install pwa-kit-runtime
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: '[email protected]',
npm warn EBADENGINE required: { node: '18.x' },
npm warn EBADENGINE current: { node: 'v20.11.1', npm: '10.7.0' }
npm warn EBADENGINE }
npm warn deprecated [email protected]: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
added 47 packages, changed 4 packages, and audited 1590 packages in 32s
258 packages are looking for funding
run `npm fund`for details
17 vulnerabilities (11 high, 6 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues possible (including breaking changes), run:
npm audit fix --force
Some issues need review, and may require choosing
a different dependency.
Run `npm audit`for details.
Suggested Solution
Add info about needed packages
Upgrade dependencies
Alternative Solutions
do nothing
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Summary
I followed the steps from the readme
git clone https://github.com/trailheadapps/lwc-recipes-oss
cd lwc-recipes-oss
npm install
npm run build
npm run dev
I got some errors and this hint
[config] peer dependency pwa-kit-runtime was not provided
.Running
npm install pwa-kit-runtime
reportedI assume some vulnerabilities will be fixed by 603.
Thanks
Suggested Solution
Add info about needed packages
Upgrade dependencies
Alternative Solutions
do nothing
Code of Conduct
The text was updated successfully, but these errors were encountered: