-
BodyHello to all, I am trying to access the stencil cli Theme file and try to install all dependencies but few dependencies I am unable to install and it is throwing the error npm ERR! code 128 npm ERR! A complete log of this run can be found in: Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Deleting and letting npm re-create the file package-lock.json resolved the issue.
Clear npm cache: Sometimes, npm cache can cause unexpected issues. You can try clearing the npm cache by running the following command: A recommended step is to use the latest npm: |
Beta Was this translation helpful? Give feedback.
-
Try |
Beta Was this translation helpful? Give feedback.
npm i sass try this to install and then after try again.