Skip to content

Instantly share code, notes, and snippets.

@mathjazz
Created October 15, 2021 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mathjazz/0816316f7750b6b8e4455c7924c35023 to your computer and use it in GitHub Desktop.
Save mathjazz/0816316f7750b6b8e4455c7924c35023 to your computer and use it in GitHub Desktop.
remote: Failed to compile.
remote:
remote: /tmp/build_75af8b8d/frontend/src/modules/search/withSearch.tsx
remote: TypeScript error in /tmp/build_75af8b8d/frontend/src/modules/search/withSearch.tsx(38,13):
remote: Type 'ReactNodeArray' is not assignable to type 'string | ReactNode[]'.
remote: The type 'readonly ReactNode[]' is 'readonly' and cannot be assigned to the mutable type 'ReactNode[]'. TS2322
remote:
remote: 36 | );
remote: 37 |
remote: > 38 | base = mark(base, rule, tag);
remote: | ^
remote: 39 | }
remote: 40 | }
remote: 41 |
remote:
remote:
remote: npm ERR! code ELIFECYCLE
remote: npm ERR! errno 1
remote: npm ERR! frontend@0.1.0 build: `react-scripts build`
remote: npm ERR! Exit status 1
remote: npm ERR!
remote: npm ERR! Failed at the frontend@0.1.0 build script.
remote: npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
remote:
remote: npm ERR! A complete log of this run can be found in:
remote: npm ERR! /app/.npm/_logs/2021-10-15T20_07_38_692Z-debug.log
remote: Collecting static files...
remote: bin/post_compile: line 21: ./manage.py: No such file or directory
remote: bin/post_compile: line 22: ./manage.py: No such file or directory
remote: Current commit being deployed:
remote: 4a3f2eee5afda0f908f34782bf59e0c8f197c261
remote: bin/post_compile: line 29: static/revision.txt: No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment