Can't edit files
See original GitHub issue- Version (
cloudcmd -v
): v11.8.2 - Node Version
node -v
: v8.11.1 - OS (
uname -a
on Linux): Linux NasPi 4.14.79+ #1159 Sun Nov 4 17:28:08 GMT 2018 armv6l GNU/ Linux - Browser name/version: latest firefox
- Used Command Line Parameters: /
- Changed Config: /
Hi,
Since I upgraded cloudcmd, I can’t edit files. In firefox developer tool I can see that it can’t load 2 scripts, when I hit “edit” button :
- modules/loadremote/lib/loadremote.js
- join/join.js GET requests responses :
- ENOENT: no such file or directory, lstat ‘/opt/nodejs/lib/node_modules/cloudcmd/modules/loadremote/lib/loadremote.js’
- ENOENT: no such file or directory, lstat ‘/opt/nodejs/lib/node_modules/cloudcmd/join/join.js’
When I browse to “/opt/nodejs/lib/node_modules/cloudcmd/” there is no “module” and “join” directories.
Thanks in advance for your response !
Edit :
Reverted back cloudcmd to 10.8.2 and I can edit again
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Why can't I edit this file? - Microsoft Support
This article goes through some of the possible reasons why you might not be able to edit a Microsoft Office file that is...
Read more >Can't edit a file - Computer - Google Docs Editors Help
If you can't edit a file, a few things could be wrong: The file owner didn't give you permission to view the file....
Read more >Can't Edit Word Document: 7 Ways to Fix it on Windows 10
Go to File. Click Exit Task Manager. Start Windows Explorer and go to the folder with the Word document you wanted to edit....
Read more >Unable to Edit Files - Filr 3.4: User Access Guide
Click Define Editor Overrides. Click the Use drop-down list, then select the application that you want Filr to use to edit all file...
Read more >Can't edit files although Edit rights seems to be granted
Hello, I have been given Edit permissions to a figma file by the admin, but, when I try to edit I can't and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @coderaiser , Sorry for no response, was quite busy. It’s working fine since your correction in 11.8.3. Thanks a lot ! and thanks to @jcaron23 too, for completing my problem with his expert explanation
@coderaiser Wow, that was quick! Definitely works much better now!
Just for completeness, I want to point out that there’s an issue with the example in the 11.7.0 release notes, the socket doesn’t work (as so configuration and console don’t work either). My workaround is to use:
instead of:
But there may be another / a better way.
Thanks again for the very quick fix!