Skip to content
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

Unable to install angular-three 2.0.0-beta.42 #41

Closed
Matthew-The-Developer opened this issue Aug 11, 2024 · 2 comments
Closed

Unable to install angular-three 2.0.0-beta.42 #41

Matthew-The-Developer opened this issue Aug 11, 2024 · 2 comments

Comments

@Matthew-The-Developer
Copy link

I am unable to install angular-three following the installation instructions. I attempted both the Automatic and Manual methods.

Here is the error message from the Terminal:

npm error While resolving: [email protected]
npm error Found: @angular/[email protected]
npm error node_modules/@angular/common
npm error   @angular/common@"^18.1.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @angular/common@"^16.0.0" from [email protected]
npm error node_modules/angular-three
npm error   angular-three@"2.0.0-beta.42" from the root project

This was tested a fresh Angular 18.1.0 project, here is the package.json:

{
  "name": "three-test",
  "version": "0.0.0",
  "scripts": {
    "ng": "ng",
    "start": "ng serve",
    "build": "ng build",
    "watch": "ng build --watch --configuration development",
    "test": "ng test"
  },
  "private": true,
  "dependencies": {
    "@angular/animations": "^18.1.0",
    "@angular/common": "^18.1.0",
    "@angular/compiler": "^18.1.0",
    "@angular/core": "^18.1.0",
    "@angular/forms": "^18.1.0",
    "@angular/platform-browser": "^18.1.0",
    "@angular/platform-browser-dynamic": "^18.1.0",
    "@angular/router": "^18.1.0",
    "rxjs": "~7.8.0",
    "tslib": "^2.3.0",
    "zone.js": "~0.14.3"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "^18.1.4",
    "@angular/cli": "^18.1.4",
    "@angular/compiler-cli": "^18.1.0",
    "@types/jasmine": "~5.1.0",
    "jasmine-core": "~5.1.0",
    "karma": "~6.4.0",
    "karma-chrome-launcher": "~3.2.0",
    "karma-coverage": "~2.2.0",
    "karma-jasmine": "~5.1.0",
    "karma-jasmine-html-reporter": "~2.1.0",
    "typescript": "~5.5.2"
  }
}

Any help to resolve this would be appreciated, I am very excited to use this package.

@elkestudio
Copy link

elkestudio commented Aug 11, 2024

Try to install https://www.npmjs.com/package/angular-three/v/2.0.0-beta.294

Library is still in beta.

@Matthew-The-Developer Matthew-The-Developer changed the title Unable to install angular-three Unable to install angular-three 2.0.0-beta.42 Aug 11, 2024
@Matthew-The-Developer
Copy link
Author

That worked, thank you for the clarification.

For anyone else that runs into this issue installing the stated version, this is the modified Manual installation you will need to use:

npm i [email protected] three
npm i -D @types/three

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants