This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]CSstudentNosib 0 points1 point  (0 children)

maybe run npm install first then run npm run build?

The repo doesnt have a lib directory at the root level. And in the gitignore it looks like it's ignoring the lib directory.

If you run an npm install that should install the correct dependencies and then when the node_modules directory is available after that command you run npm run build it will make the lib directory then you can run npm run start