I'm trying to play with the wire api and develop a simple web client for secure communication. I'm new to node.js and javascript overall, but want to get better at it. I'm going through the following steps: https://github.com/wireapp/wire-webapp, in order to build my first project. However, I'm getting the following error on the terminal (I'm running it via a vm on ubuntu): yarn start v0.24.5 error Command "start" not found.
I already installed node.js, yarn and ran the "yarn" command on the console. Everything ran fine except the last command "yarn start" where I get that error. Would like to understand why this is happening. Any help is appreciated. Thanks.
via Joel Pou
No comments:
Post a Comment