change to this file were not saved to file system error in google chrome version 30.0.1599.101 m

前端 未结 7 1093
心在旅途
心在旅途 2021-02-01 02:23

Image Notification

In the google chrome version 30.0.1599.101 m i am not able to save the changed js file. On saving the js file i got yellow triangle symbol with \"chan

7条回答
  •  礼貌的吻别
    2021-02-01 02:57

    The easiest solution I found to this problem:

    (keep in mind, I was manipulating an html page that lives on my machine)

    • open the associated html page from the command line so the page displays
      • for mac, that's simply $ open .html
    • open Dev Tools
    • open Sources tab
    • in Page, open a new .js file there with whatever name you need
    • write in some text and save

    This worked for me. Yes, I had to create a new .js file, but my directory locally recognized it was there when I pulled it, and my editor was updating in real time with the dev tools each time I saved either. At that point, my editor and the dev tools source tab had become one thing.

提交回复
热议问题