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

Getting error at compile time #1519

Closed
sarahbenjamin opened this issue Jul 13, 2020 · 1 comment
Closed

Getting error at compile time #1519

sarahbenjamin opened this issue Jul 13, 2020 · 1 comment
Labels
Release 6.x work is associated with a specific npm 6 release

Comments

@sarahbenjamin
Copy link

I downloaded the React-Azure-maps-playground-master folder and ran npm install and npm run on the folder. That added the node_module folder.

I am using TypeScript React 3.9.6

When I run npm start. I get a compiler error like this

Starting the development server...
Failed to compile.

/react-azure-maps-playground-master/node_modules/jest-diff/build/diffLines.d.ts
TypeScript error in /react-azure-maps-playground-master/node_modules/jest-diff/build/diffLines.d.ts(8,13):
'=' expected. TS1005

 6 |  */
 7 | import { Diff } from './cleanupSemantic';

8 | import type { DiffOptions } from './types';
| ^
9 | export declare const diffLinesUnified: (aLines: Array, bLines: Array, options?: DiffOptions | undefined) => string;
10 | export declare const diffLinesUnified2: (aLinesDisplay: Array, bLinesDisplay: Array, aLinesCompare: Array, bLinesCompare: Array, options?: DiffOptions | undefined) => string;
11 | export declare const diffLinesRaw: (aLines: Array, bLines: Array) => Array;

@darcyclarke darcyclarke added the Release 6.x work is associated with a specific npm 6 release label Oct 30, 2020
@darcyclarke
Copy link
Contributor

npm v6 is no longer in active development; We will continue to push security releases to v6 at our team's discretion as-per our Support Policy.

If your bug is preproducible on v7, please re-file this issue using our new issue template.

If your issue was a feature request, please consider opening a new RRFC or RFC. If your issue was a question or other idea that was not CLI-specific, consider opening a discussion on our feedback repo

Closing: This is an automated message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release 6.x work is associated with a specific npm 6 release
Projects
None yet
Development

No branches or pull requests

2 participants