I have a same problem as in this question: Can't find module googleapis
I tried to implement the Max's solution, but when I run npm run build as in
npm i typescript -g
npm run build
I get this error in the log:
verbose stack Error: missing script: build
How can I fix this?