yathin / aardwolf2

Aardwolf camera trap management software
MIT License
5 stars 1 forks source link

Npm install problem #2

Open rburrell123 opened 6 years ago

rburrell123 commented 6 years ago

Hey Yathin,

Unfortunately, I seem to be encountering an issue when trying to do "npm install" it is giving me an error on the sqlite3 package. See logs below:

2018-06-05T18_01_11_936Z-debug.log

cmdoutput

It appears there are some issues surround sqlite3 and node but I wondered if you had any insight or had already encountered this issue?

Kind Regards,

Ryan Burrell

yathin commented 6 years ago

Hi Ryan,

I've not seen this before, but will look into this later today when I have access to a Windows computer and let you know what I find.

Thanks for bringing this to my attention.

Cheers, Yathin

rburrell123 commented 6 years ago

Hi Yathin,

That's fantastic! Thank you so much in advance. I would really like to use Aardwolf2 as have been using the original version for my camera trapping study for the last 4 years and have another 2 years to go. I will be citing and acknowledging the help of the software in all publications from the work.

For info im trying to install on a Windows 10 machine. I downloaded the most recent version of all prerequisites.

Fingers crossed you can give me some insight. Im quite computer competent (GIS tech) but no experience with this kind of problem.

Thanks again,

Ryan

Get Outlook for Androidhttps://aka.ms/ghei36

From: Yathin Krishnappa Sent: Wednesday, 6 June, 19:31 Subject: Re: [yathin/aardwolf2] Npm install problem (#2) To: yathin/aardwolf2 Cc: Ryan Burrell, Author

Hi Ryan, I've not seen this before, but will look into this later today when I have access to a Windows computer and let you know what I find. Thanks for bringing this to my attention. Cheers, Yathin — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/yathin/aardwolf2/issues/2#issuecomment-395169323, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AmHT9DvEMUN01yvk8zVBEgaRbFO8u9yQks5t6CAOgaJpZM4UbVt5.


[The Game & Wildlife Conservation Trust is accredited by Investors In People]

This communication from the Game & Wildlife Conservation Trust contains information which is confidential and may also be privileged. It is for the exclusive use of the addressee. If you are not the addressee please note that any distribution, copying or use of this communication or the information in it is prohibited. If you have received this communication in error, please telephone us immediately to arrange for its return.

The Game & Wildlife Conservation Trust is a charitable company limited by guarantee registered in England and Wales under number 05579632, registered charity number 1112023 (England and Wales) and SC038868 (Scotland). VAT Reg 665 2959 92. Registered Office: Burgate Manor, Fordingbridge, Hampshire SP6 1EF Tel: +44(0)1425 652381. Email: info@gwct.org.uk Web: www.gwct.org.uk Registered Office: Burgate Manor, Fordingbridge, Hampshire SP6 1EF Game & Wildlife Conservation Trading is a company limited by guarantee (registered no 1503620, VAT Reg No 323 7013 94.) which carries out trading and advisory activities and some fundraising events for the Game & Wildlife Conservation Trust.

Registered in England and Wales. Registered Office: Burgate Manor, Fordingbridge, Hampshire SP6 1EF

yathin commented 6 years ago

Hi Ryan,

Sorry for the delay, but I finally tried to work on this weekend and was able to successfully run Aardwolf on Windows 10 (version 1803 / Education).

After looking the original message, I think the problem is that you are running npm install on the Aardwolf prerequisite folder instead of the doing it on the downloaded Aardwolf folder. I would create a separate directory (e.g., C:\Aardwolf) and unzip/clone the code from github there. After all the prerequisite steps have been done, I would do an npm install on C:\Aardwolf and then do an npm start. You can email me if you have any issues or questions and I'll be happy to help.

rburrell123 commented 6 years ago

That is great Kathin. I will try this tonight and let you know how I get on.

From: Yathin Krishnappa [mailto:notifications@github.com] Sent: 11 June 2018 02:56 To: yathin/aardwolf2 aardwolf2@noreply.github.com Cc: Ryan Burrell rburrell@gwct.org.uk; Author author@noreply.github.com Subject: Re: [yathin/aardwolf2] Npm install problem (#2)

Hi Ryan,

Sorry for the delay, but I finally tried to work on this weekend and was able to successfully run Aardwolf on Windows 10 (version 1803 / Education).

After looking the original message, I think the problem is that you are running npm install on the Aardwolf prerequisite folder instead of the doing it on the downloaded Aardwolf folder. I would create a separate directory (e.g., C:\Aardwolf) and unzip/clone the code from github there. After all the prerequisite steps have been done, I would do an npm install on C:\Aardwolf and then do an npm start. You can email me if you have any issues or questions and I'll be happy to help.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/yathin/aardwolf2/issues/2#issuecomment-396102191, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AmHT9CJOhNOI5DrhEY7_1CJkHyJjmSRNks5t7c5IgaJpZM4UbVt5.


[The Game & Wildlife Conservation Trust is accredited by Investors In People]

This communication from the Game & Wildlife Conservation Trust contains information which is confidential and may also be privileged. It is for the exclusive use of the addressee. If you are not the addressee please note that any distribution, copying or use of this communication or the information in it is prohibited. If you have received this communication in error, please telephone us immediately to arrange for its return.

The Game & Wildlife Conservation Trust is a charitable company limited by guarantee registered in England and Wales under number 05579632, registered charity number 1112023 (England and Wales) and SC038868 (Scotland). VAT Reg 665 2959 92. Registered Office: Burgate Manor, Fordingbridge, Hampshire SP6 1EF Tel: +44(0)1425 652381. Email: info@gwct.org.uk Web: www.gwct.org.uk Registered Office: Burgate Manor, Fordingbridge, Hampshire SP6 1EF Game & Wildlife Conservation Trading is a company limited by guarantee (registered no 1503620, VAT Reg No 323 7013 94.) which carries out trading and advisory activities and some fundraising events for the Game & Wildlife Conservation Trust.

Registered in England and Wales. Registered Office: Burgate Manor, Fordingbridge, Hampshire SP6 1EF

rburrell123 commented 6 years ago

Hey Yathin,

I wiped the relevant files then redownloaded and installed the prerequisites and moved the aardwolf code to a separate directory as you advised. I still get the following error when trying to run the npm install on C:\Aardwolf. This is using the most recent versions of all the prerequisites downloaded from the corresponding websites. Any idea why it keeps failing on the installation of sqlite3@3.1.13?

[cid:4230cca2-54ef-4204-8582-c21400041201]

Thank you for your continued help on this,

Cheers,

Ryan


From: Yathin Krishnappa notifications@github.com Sent: 11 June 2018 02:56 To: yathin/aardwolf2 Cc: Ryan Burrell; Author Subject: Re: [yathin/aardwolf2] Npm install problem (#2)

Hi Ryan,

Sorry for the delay, but I finally tried to work on this weekend and was able to successfully run Aardwolf on Windows 10 (version 1803 / Education).

After looking the original message, I think the problem is that you are running npm install on the Aardwolf prerequisite folder instead of the doing it on the downloaded Aardwolf folder. I would create a separate directory (e.g., C:\Aardwolf) and unzip/clone the code from github there. After all the prerequisite steps have been done, I would do an npm install on C:\Aardwolf and then do an npm start. You can email me if you have any issues or questions and I'll be happy to help.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/yathin/aardwolf2/issues/2#issuecomment-396102191, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AmHT9CJOhNOI5DrhEY7_1CJkHyJjmSRNks5t7c5IgaJpZM4UbVt5.


[The Game & Wildlife Conservation Trust is accredited by Investors In People]

This communication from the Game & Wildlife Conservation Trust contains information which is confidential and may also be privileged. It is for the exclusive use of the addressee. If you are not the addressee please note that any distribution, copying or use of this communication or the information in it is prohibited. If you have received this communication in error, please telephone us immediately to arrange for its return. For more information about how we protect your personal data see our Privacy Policyhttps://www.gwct.org.uk/about/privacy/on our website.

The Game & Wildlife Conservation Trust is a charitable company limited by guarantee registered in England and Wales under number 05579632, registered charity number 1112023 (England and Wales) and SC038868 (Scotland). VAT Reg 665 2959 92. Registered Office: Burgate Manor, Fordingbridge, Hampshire SP6 1EF Tel: +44(0)1425 652381. Email: info@gwct.org.uk Web: www.gwct.org.uk Registered Office: Burgate Manor, Fordingbridge, Hampshire SP6 1EF Game & Wildlife Conservation Trading is a company limited by guarantee (registered no 1503620, VAT Reg No 323 7013 94.) which carries out trading and advisory activities and some fundraising events for the Game & Wildlife Conservation Trust.

Registered in England and Wales. Registered Office: Burgate Manor, Fordingbridge, Hampshire SP6 1EF

yathin commented 6 years ago

I'm not sure what's happening but I'm curious to know as I didn't have issues with my installation. If you'd like to email me then it would be easier to help debug. My email address is my first name at gmail.