Closed usagi closed 4 years ago
In the current explaination of the README.md is:
README.md
npm install # Start the app npm start # Compile the examples. Automatically runs after install npm run build
But, build is not defined then it will be show:
build
npm ERR! missing script: build npm ERR! A complete log of this run can be found in: npm ERR! /home/usagi/.npm/_logs/2020-03-22T19_47_15_354Z-debug.log
In the current explaination of the
README.md
is:But,
build
is not defined then it will be show: