Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm run build fails #2

Open
gridworkz opened this issue Oct 6, 2020 · 0 comments
Open

npm run build fails #2

gridworkz opened this issue Oct 6, 2020 · 0 comments

Comments

@gridworkz
Copy link

gridworkz commented Oct 6, 2020

Running npm run build results in many:
....
node_modules/@types/babel__traverse/index.d.ts:1122:58 - error TS1109: Expression expected.

1122 assertVoidTypeAnnotation(props?: object | null): void;
~

node_modules/@types/babel__traverse/index.d.ts:1123:23 - error TS1109: Expression expected.

1123 assertWhile(props?: object | null): void;
~

node_modules/@types/babel__traverse/index.d.ts:1123:39 - error TS1005: ';' expected.

1123 assertWhile(props?: object | null): void;
~

node_modules/@types/babel__traverse/index.d.ts:1123:45 - error TS1109: Expression expected.

1123 assertWhile(props?: object | null): void;
~

node_modules/@types/babel__traverse/index.d.ts:1124:32 - error TS1109: Expression expected.

1124 assertWhileStatement(props?: object | null): void;
....

Tried installing: npm install typeorm-seeding@1.0.0-beta.6 --save

UPDATE: deleted node_modules and re-ran npm install && npm update and installed: typeorm-seeding@1.0.0-beta.6. Then I did an installation per the docs and everything worked. The usual node voodoo :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant