Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Sill Reify Mark Deleted" #4

Open
impactsarah opened this issue Apr 1, 2024 · 1 comment
Open

"Sill Reify Mark Deleted" #4

impactsarah opened this issue Apr 1, 2024 · 1 comment

Comments

@impactsarah
Copy link

image

Hello, I'm trying to install the serverless and am receiving this error message. Could you please assist?

C:\Users\sarah\Twilio-Outbound-Messaging\serverless>npm install npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '[email protected]', npm WARN EBADENGINE required: { node: '12' }, npm WARN EBADENGINE current: { node: 'v20.12.0', npm: '10.5.0' } npm WARN EBADENGINE } [#########.........] | reify:fsevents: sill reify mark deleted [

@evanTheTerribleWarrior
Copy link
Owner

evanTheTerribleWarrior commented Apr 1, 2024

hello, this seems to be related to the node version in the "package.json" versus what you have in your system (which is newer).
Seems also to be a WARN rather than error, does it stop the installation after this is thrown?

You can also go to package.json and change the "engines" object to be like this
"engines": { "node": ">=12" }
(or set it to the exact version you have i.e. 20)

and retry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants