Socket
Socket
Sign inDemoInstall

autosave

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autosave

A server for Chrome Devtools Autosave (https://github.com/NV/chrome-devtools-autosave)


Version published
Weekly downloads
941
decreased by-4.27%
Maintainers
1
Weekly downloads
 
Created
Source

A server for chrome-devtools-autosave.

Installation

  1. Install Node.js
  2. Open a terminal (Terminal.app on Mac OS X, cmd.exe on Windows)
  3. Run npm install -g autosave

It fails with "Error: EACCES, permission denied". What should I do?

Run the same command as an administrator. On Mac OS X and Linux it would be sudo npm install -g autosave.

Usage

Run autosave in the terminal. You should see something like "DevTools Autosave is running on http://127.0.0.1:9104".

It doesn’t work on Windows. I’m having 'autosave' is not recognized as an internal or external command

Have you tried turn it it off and on again? Seriously, restart the system.

Run on OS launch

It might be annoying to open a terminal and type "autosave↵" every time you need to run Autosave. On Mac OS X and Ubuntu you can run Autosave on OS launch as a daemon. To do so run:

npm run-script -g autosave autostart

It is not yet available on other operation systems.

Keywords

FAQs

Package last updated on 22 Nov 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc