-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help - Stuck Installing v0.9.0 Again #2795
Comments
As a side-note: I would highly advise against relying on any AI helpers for this kind of thing, you are likely to find yourself in more of a mess than if you read documentation etc. yourself. Now, before advising on the install process: do you already have access to a working v0.9.0 install? If so, I would strongly suggest you do the following:
If you're unable to access to another AAT, it's advisable to start with a clean install of the current dependencies of the time:
Once you're at this point, check that you're able to access your MongoDB server (this should be possible by running the |
Sorry for the late reply. Thank you for the specific dependencies required! I have forgotten about Grunt version 1.0.4. I have been trying to resolve this on the side of my accumulated projects. I've finally been successful in running I also discovered that I had to delete all 3 grunt files under Right now it seems I am stuck with an error from MongoDB in the node modules in the node install process: From what I see online is that I am not able to make connection with MongoDB and require some kind of authentification? I verified that I have MongoDB running as a background Service. I tried creating an admin account and a user account in MongoDB Compass and alternatively using cmd to create them, but it seems to have created more issues, so I've removed it. I am using the version 4.2.25 and npm is at version 6.14.16 (I'm not sure if should use an older or newer version). From what I remember, the username and password are only after the initial steps of node install, which is where I am getting the errors. I didn't expected to have had this amount of issues. I'm a front-end Web developer, so working the in the back-end is a very different way of problem solving. Thanks for the help! |
Hi @DeepSeaCatz, Yes, it seems that the either database requires auth and it hasn't been provided during install, or possibly that auth details have been provided during install but don't exist on the DB side. I'm not sure how you specify DB auth using compass (from what I can see there isn't a way) - if you do have auth users set up, they should be in the One thing you can try is to skip the database server and port values, and use the database connection URI instead, which would be |
I've been trying to get my team up to date with the latest of Adapt. We've been using Adapt for 6 years and our last update was to v0.9.0, using v2.4.0 framework.
We currently want to upgrade out adapt version to the latest, but during the process of doing so, I've messed up my nodes version, MongoDB version and potentially npm.
It's been 2 weeks that I keep trying to install version 0.9.0 properly, while trying to understand the correct versions required so I know for sure what to install on the other computers of my colleagues. I'm starting to get desperate. There are so many strict dependencies that I'm starting to go insane. Even ChatGPT and Claude.ai don't know and get me into a dependency loop.
This is my current way of installing so far :
Currently, I understand that MongoDB requires to be at version 4. I've tried to use version 4.4, but there were issues connecting to the database when adapt was installed. Since the current oldest version of MSI possible to download is version 5.0.30, I had to go into the archives, which only have a Zip version:
Windows x64
Archive: mongodb-win32-x86_64-2008plus-ssl-4.0.28.zip
Claude.ai helped me set it up successfully, which I would have never been able to do without.
For the node versions, I've tried various versions, which all seem to have a different effect when doing npm install and node install:
I tried npm install with version 16, then going switching back to version 10 for node install, vice-verca, all of the version 1 install or mix. It seemed that installing with a version requires another dependency for it to work, so the current way the 0.9.0 is setup is not possible with all 1 version of 8-10 as recommended.
If I use node version 8.16.2 - 10.16.1 or **14.19.**0, I get this error:
If I use version node 12
If anyone out there could help me list the correct version to install Authoring Tool v0.9.0 and Framework v2.4.0, I would appreciate you a lot! The main goal is to have both v0.9.0 and the most up to date version installed at the same time to easily access both version at once on different ports. This way it will be easier to transfer all the content over for upgrade.
Thanks
The text was updated successfully, but these errors were encountered: