Replies: 1 comment
-
Hi @pccai - hard to tell what's happening. Mind explaining what's going on? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ubuntu 18.04:
Node: v14.16.0
Nodejs: v8.10.0
$yarn compile
Error: /home/soft/code-server/lib/vscode/src/vs/platform/files/node/watcher/unix/chokidarWatcherService.ts(6,27): Cannot find module 'chokidar' or its corresponding type declarations.
[15:45:25] Error: /home/soft/code-server/lib/vscode/src/vs/platform/environment/test/node/nativeModules.test.ts(54,33): Cannot find module 'chokidar' or its corresponding type declarations.
[15:45:25] Error: /home/soft/code-server/lib/vscode/src/vs/base/node/zip.ts(12,50): Could not find a declaration file for module 'yauzl'. '/home/soft/code-server/node_modules/yauzl/index.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/yauzl
if it exists or add a new declaration (.d.ts) file containingdeclare module 'yauzl';
[15:45:25] Error: /home/soft/code-server/lib/vscode/src/typings/electron.d.ts(8,1): Definitions of the following identifiers conflict with those in another file: GlobalEvent, NodeEventEmitter, Accelerator, BrowserView, BrowserWindow, BrowserWindowProxy, ClientRequest, CommandLine, Cookies, Debugger, Dock, DownloadItem, IncomingMessage, Menu, MenuItem, MessageChannelMain, MessagePortMain, NativeImage, Notification, ServiceWorkers, Session, ShareMenu, TouchBar, TouchBarButton, TouchBarColorPicker, TouchBarGroup, TouchBarLabel, TouchBarOtherItemsProxy, TouchBarPopover, TouchBarScrubber, TouchBarSegmentedControl, TouchBarSlider, TouchBarSpacer, Tray, WebContents, WebFrameMain, WebRequest, clipboard, crashReporter, desktopCapturer, nativeImage, shell, AboutPanelOptionsOptions, AddRepresentationOptions, AnimationSettings, AppDetailsOptions, ApplicationInfoForProtocolReturnValue, AuthenticationResponseDetails, AuthInfo, AutoResizeOptions, BeforeSendResponse, BitmapOptions, BlinkMemoryInfo, BrowserViewConstructorOptions, BrowserWindowConstructorOptions, CertificateTrustDialogOptions, ClearStorageDataOptions, ClientRequestConstructorOptions, Config...........
[15:45:25] Error: /home/soft/code-server/lib/vscode/src/typings/electron.d.ts(12485,5): All declarations of 'submitURL' must have identical modifiers.
[15:45:25] Error: /home/soft/code-server/lib/vscode/src/typings/electron.d.ts(13745,5): All declarations of 'securityOrigin' must have identical modifiers.
[15:45:25] Error: /home/soft/code-server/lib/vscode/src/typings/electron.d.ts(13749,5): All declarations of 'mediaType' must have identical modifiers.
[15:45:25] Error: /home/soft/code-server/lib/vscode/src/typings/electron.d.ts(13753,5): All declarations of 'requestingUrl' must have identical modifier
....
Beta Was this translation helpful? Give feedback.
All reactions