imodeljs-native@2.13.3 integrity error #1694
-
I'm creating an agent service: https://www.itwinjs.org/learning/tutorials/develop-agent/ After cloning the git repository, I get the following error message on 'npm install': $ npm install npm ERR! A complete log of this run can be found in: How can I fix this problem? Deepak. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@DeepakMalkan this happens when you're switching between the npmjs registry and another registry such as Azure Artifacts. The easiest way to fix it is to delete the |
Beta Was this translation helpful? Give feedback.
@DeepakMalkan this happens when you're switching between the npmjs registry and another registry such as Azure Artifacts. The easiest way to fix it is to delete the
package-lock.json
and run it. I'll see what we can do about making it so you won't run into this in either case.