easyappointments
easyappointments copied to clipboard
Questions about dev branch
-
When is Ver 1.5 expected?
-
What version of nodejs i should use?
-
What is the purpose of command
npm run build
? -
Is this how i will download the dev or develop branch?
git clone --branch dev --single-branch https://github.com/alextselegidis/easyappointments.git
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
Hello!
- It's almost done, so any time soon
- Use the current LTS
- 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.
- 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! |