stringham / move-ts

A Visual Studio Code plugin for updating relative imports when moving typescript files and folders in your workspace.
MIT License
52 stars 15 forks source link

Cannot install Move TS 1.11.3 in VS code 1.22.2 #19

Open abhisekbit opened 6 years ago

abhisekbit commented 6 years ago

Cant install move-ts 1.11.3 in vscode 1.22.2 in Windows 10 Failed to install 'stringham.move-ts'. When doing manually it says "Cannot set property 'metadata' of null"

abhisekbit commented 6 years ago

Issue is fixed. Was having some proxy issues with npm.

abhisekbit commented 6 years ago

I thought issue fixed but not working. Simple install is not working. If I copy the content in extension, the move operation does not show any popup for move

abhisekbit commented 6 years ago

Had to manually install the .vix file and rename it to .zip and then unzip the contents to the extension folder and then it worked. Not sure whats the issue is. Had tried in Mac and it installed without any issue.