Storage Explorer Version:1.14.2
Platform/OS: Windows 10 x64
Regression From:
I don't know, this is the first time I've used the app
Unable to view containers in a subscription
Open storage explorer
Pick a subscription
expand it
Unable to retrieve child resources.
Details:
["Error:Cannot find module 'tslib'\nRequire stack:\n- I:\apps\storageexplorer\resources\app\node_modules\se-managed-disks-extension\dist\src\index.js\n- i:\apps\storageexplorer\resources\app\out\app\providers\Provider.js\n- i:\apps\storageexplorer\resources\app\out\app\node\NodeProcessHostProxy.js"]
I tried using both "just for me" and machine-wide install options. Same result for both.
This means a library named "tslib" is not found. Could you go to directory "I:\apps\storageexplorer\resources\appnode_modules" to see if there is a folder named "tslib" in it? If it is there, there might be some corner case bugs in our path resolution logic. By the way, the location you are installing Storage Explorer is not the default location (e.g. machine wide C:\Program Files (x86)\Microsoft Azure Storage Explorer). Could you please try installing it at the default location and see if the issue still reproduces?
I:\apps\storageexplorer\resources\app\node_modules>dir tslib
Volume in drive I is NewBins
Volume Serial Number is 7EDE-F233
Directory of I:\apps\storageexplorer\resources\app\node_modules\tslib
07/30/2020 01:49 PM <DIR> .
07/30/2020 01:49 PM <DIR> ..
07/15/2020 09:17 PM 824 CopyrightNotice.txt
07/15/2020 09:17 PM 655 LICENSE.txt
07/15/2020 09:17 PM 2,242 package.json
07/15/2020 09:17 PM 3,454 README.md
07/15/2020 09:17 PM 2,714 tslib.d.ts
07/15/2020 09:17 PM 36 tslib.es6.html
07/15/2020 09:17 PM 10,274 tslib.es6.js
07/15/2020 09:17 PM 32 tslib.html
07/15/2020 09:17 PM 13,204 tslib.js
9 File(s) 33,435 bytes
2 Dir(s) 392,727,842,816 bytes free
I can try the default location. I usually avoid using the default because my C drive is a smallish SSD and it's nearly full.
Works fine with the default location
@shueybubbles are you ok with having Storage Explorer installed on your C: drive or do you want us to keep investigating this?
If you'd like us to figure out what's going wrong, then I'd ask you to reinstall on your I: drive by uninstalling, re-downloading the installer, and then rerunning the installer.
Couple of extra questions as well:
I: is a local drive. I try to install apps on it because my C drive is small.
I just type the path into the edit control and click Next.

uninstall/download/reinstall led to the same error.
For now I can live with the default location but I imagine I'm not the only person who installs to other folders.
I have been long time user of the storage explorer and started getting this error after updating to 1.14.2.
Storage Explorer Version:1.14.2
Platform/OS: Windows 10 x64
Regression From: After I updated the storage explorer to the above version.
Install location: Default (C:\Program Files (x86)\Microsoft Azure Storage Explorer)
Proxy: No

I have been working around this by uninstalling and re-installing the storage explorer every time I get this error.
@krishjag when you say:
I have been working around this by uninstalling and re-installing the storage explorer every time I get this error.
Are you implying that after some period of time an install of 1.14.2 that was working, stops working?
I have additional troubleshooting steps to help out. These are intended to be used with Storage Explorer 1.14.2.
First, we have a theory to what the issue is. I have a patch for you to try applying to the product:
.js.<Storage Explorer install location>\resources\app\out\app\node. You should be prompted to overwrite an existing file. Say yes.If the above doesn't work, then please:
For each process:

- Close Storage Explorer
- Download this file: NodeProcessHostProxy.txt
- After downloading, change the extension to
.js.- Move the file to
<Storage Explorer install location>\resources\app\out\app\node. You should be prompted to overwrite an existing file. Say yes.- Try using Storage Explorer
I had exactly the same issue after installing storage explorer into the custom path.
The solution above has worked fine for me.
@krishjag when you say:
I have been working around this by uninstalling and re-installing the storage explorer every time I get this error.
Are you implying that after some period of time an install of 1.14.2 that was working, stops working?
Yes, that's correct.
@MRayermannMSFT
I applied the suggested patch and the storage explorer is working now. Thanks!
Closed several issues as duplicates and linked them to this one. If you're coming from those and have tried the patch or any of the other steps we've recommended, let us know how it went! Right now we plan on shipping that patch in 1.15.
Most helpful comment
I had exactly the same issue after installing storage explorer into the custom path.
The solution above has worked fine for me.