firebase-tools-ui icon indicating copy to clipboard operation
firebase-tools-ui copied to clipboard

npm ERR! missing script: build (windows)

Open rensi3rn opened this issue 4 years ago • 1 comments

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:

rensi3rn avatar Nov 15 '20 20:11 rensi3rn

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": "", ) image

and now it works

image

rensi3rn avatar Nov 15 '20 21:11 rensi3rn