We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am unable to install angular-three following the installation instructions. I attempted both the Automatic and Manual methods.
angular-three
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:
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.
The text was updated successfully, but these errors were encountered:
Try to install https://www.npmjs.com/package/angular-three/v/2.0.0-beta.294
Library is still in beta.
Sorry, something went wrong.
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
No branches or pull requests
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:
This was tested a fresh Angular 18.1.0 project, here is the
package.json
:Any help to resolve this would be appreciated, I am very excited to use this package.
The text was updated successfully, but these errors were encountered: