firebase-tools-ui
firebase-tools-ui copied to clipboard
npm ERR! missing script: build (windows)
Running command: npm --prefix "$RESOURCE_DIR" run build npm ERR! missing script: build
npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\rensi\AppData\Roaming\npm-cache_logs\2020-11-15T20_35_10_937Z-debug.log events.js:292 throw er; // Unhandled 'error' event
I have this version:
- [email protected] updated 1 package in 108.722s
I think I know why it may be the problem, I configured my enviroment to work with JavaScript no TypeScript
I changed this (I added "build": "", )
and now it works