You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is a json syntax error in package.json, npx pepr build has no output and silently fails:
$ npx pepr build -l debug
{"level":20,"time":1693417225078,"pid":12932,"hostname":"Blakes-MacBook-Pro.local","msg":"Unexpected token / in JSON at position 301"}
If the user has no node_modules/ (has not yet run npm install), npx pepr build has no output and silently fails:
$ npx pepr build -l debug
{"level":20,"time":1693417811820,"pid":13682,"hostname":"Blakes-MacBook-Pro.local","msg":"Command failed: ./node_modules/.bin/tsc\n/bin/sh: ./node_modules/.bin/tsc: No such file or directory\n"}
{"level":20,"time":1693417811821,"pid":13682,"hostname":"Blakes-MacBook-Pro.local","msg":""}
{"level":20,"time":1693417811821,"pid":13682,"hostname":"Blakes-MacBook-Pro.local","msg":"/bin/sh: ./node_modules/.bin/tsc: No such file or directory\n"}
These errors should print an error message.
The text was updated successfully, but these errors were encountered:
If there is a json syntax error in package.json,
npx pepr build
has no output and silently fails:If the user has no
node_modules/
(has not yet runnpm install
),npx pepr build
has no output and silently fails:These errors should print an error message.
The text was updated successfully, but these errors were encountered: