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

Support of Ottoman Js with node version 16. #715

Open
Shashank1503 opened this issue Mar 30, 2023 · 1 comment
Open

Support of Ottoman Js with node version 16. #715

Shashank1503 opened this issue Mar 30, 2023 · 1 comment

Comments

@Shashank1503
Copy link

Hi All,

When doing npm install on node v 16.19.0. ottoman js is failing .

image

Could someone can give a fix for this. it works with node v14

@gsi-alejandro
Copy link
Collaborator

hi @Shashank1503

I was unable to reproduce this issue:
image
ottoman was installed using node version 16.19.0

try to remove node_modules folder, clean the cache, and install again.

rm -rf node_modules package-lock.json
npm cache clean --force
npm install

I hope this help.

If the issue persists please provide more information:

  • OS name and version
  • command executed
  • full output of the command

Thank you for your feedback.

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