Npm install get error

npm ERR! code 1
it happens when I try to run the code for the Angular Unit test chapter.
any one has a solution? thank you.

Good question. I saw your other post as well. Here’s what I did specifically to get the Angular Unit Test chapter working: SOLUTION: How to get Angular Unit Testing to run ng test

Please note that npm i error solution will be different for other chapters. For example, you might need to use nvm to change the version of node to get a successful build going.

1 Like