easyappointments icon indicating copy to clipboard operation
easyappointments copied to clipboard

Questions about dev branch

Open ugintl opened this issue 1 year ago • 1 comments

  1. When is Ver 1.5 expected?

  2. What version of nodejs i should use?

  3. What is the purpose of command npm run build?

  4. Is this how i will download the dev or develop branch? git clone --branch dev --single-branch https://github.com/alextselegidis/easyappointments.git

ugintl avatar Sep 18 '22 14:09 ugintl

Above command is incorrect. This command worked git clone --branch develop --single-branch https://github.com/alextselegidis/easyappointments.git

I am using nodejs 16 and saw following warnings while running npm install

npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies

ugintl avatar Sep 18 '22 16:09 ugintl

Hello!

  1. It's almost done, so any time soon
  2. Use the current LTS
  3. It will build all the asset files and perform the required tasks so that you can the production ready zip archive of the app you can install on your server.
  4. If you want to develop yes, otherwise I would suggest you use one of the pre-built packages posted on the official websites.

The warnings you get in nodejs are from packages that require some updates but those updates are not there yet. Since we are not using the Node Modules at all in production you can safely ignore them or even try to update the packages yourself (only if you have cloned from Github)

Alex Tselegidis, Easy!Appointments Creator
Need a customization? Get a free quote!

alextselegidis avatar Oct 03 '22 07:10 alextselegidis