79439366

Date: 2025-02-14 12:29:25
Score: 0.5
Natty:
Report link

What seems to be the problem is that you didn't install the AdmZip package. Do it like this:

npm install adm-zip

PS: I think you have an error in the later part of your program. Notice that a single backslash (\) character is a beginning of an escape pattern. You should use the sequence \\ to insert a single backslash:

'C:\\Users\\Nikla\\Documents\\AdventureWorksDW2022.bak'
Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: Proteus