-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Closed
Labels
info-neededIssue requires more information from posterIssue requires more information from poster
Description
Downloaded vscode source . Following their instructions to build , when I ran
scripts\npm.bat install
Failed at the electron-mksnapshot@1.6.0 install script.
the console also shows the below:
D:\vscode-master\node_modules\extract-zip\index.js:35
zipfile.readEntry()
^
TypeError: zipfile.readEntry is not a function
at D:\vscode-master\node_modules\extract-zip\index.js:35:15
at D:\vscode-master\node_modules\yauzl\index.js:31:7
at D:\vscode-master\node_modules\yauzl\index.js:96:14
at D:\vscode-master\node_modules\yauzl\index.js:342:5
at D:\vscode-master\node_modules\fd-slicer\index.js:32:7
at FSReqWrap.wrapper [as oncomplete] (fs.js:629:17)
I have installed extract-zip v 1.6.5 , this is mentioned in dependency. No Idea what is going wrong here. I deleted the node_modules and build file and checked again. Does not seem to work. I have asked a question at stackoverflow too.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
info-neededIssue requires more information from posterIssue requires more information from poster