![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@webhare/dev-agent
Advanced tools
The WebHare dev agent is a local 'helper' that allows your local WebHare to open files directly in your editor and to mount remote WebDav servers. It is available on gitlab and npm
npm i -g @webhare/dev-agent
dev-agent --install
# If you want to support automatically mounting WebDav folder on macOS (OS X) - see below
sudo dev-agent --install-sudo
Starting with OS X Sierra, /Volumes
is owned and only writeable by root
. The dev agent uses a helper to create
mount points. This script is run using sudo, so to avoid having to type in your password when connecting, add a line to
/etc/sudoers
containing something like:
%admin ALL=(ALL) NOPASSWD: /path/to/webhare-dev-agent/src/create-mountpoint.sh
with the correct path to the create-mountpoint.sh script. This will allow sudo to run the script as root without asking for a password for users within the 'admin' group.
This is what --install-sudo
does for you.
dev-agent --uninstall
sudo rm /etc/sudoers.d/webhare-dev-agent # IF you used --install-sudo
npm u -g webhare-dev-agent
This ensures the site is automatically rebuilt when you change the .es files
npm i
node_modules/.bin/dompack-builder -rw .
node src/dev-agent.js --debug
Invoke webhare-dev-agent
or run node src/dev-agent.js
Go to http://127.0.0.1:7521/
Setup the following bookmarklet: javascript:(function(){location.href%3D%27http://127.0.0.1:7521/%3Fconnect%3D%27%2BencodeURIComponent(location.origin);})()
Go to Webhare and Click activate, click connect to local WebHareConnect and enter https://connect-local.webhare.com:7521/ as URL
Refresh or go to a WebHare installation
Rightclick on the WebHare dashboard tab, and select 'Mount this server over WebDav'
If everything works fine, you'll see a Finder window pop up.
FAQs
Helps connecting to local and remote WebHare installations
The npm package @webhare/dev-agent receives a total of 0 weekly downloads. As such, @webhare/dev-agent popularity was classified as not popular.
We found that @webhare/dev-agent demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.