Could not load TypeScript. Try installing with yarn add typescript or npm install typescript. If TypeScript is installed globally, try using yarn link typescript or npm link typescript.
Maybe npm install error.
Try commands below:
$ rm -rf node_modules
$ yarn
# with no error
$ yarn dev
$ yarn build
Maybe npm install error.
Try commands below: