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

Config file doesn't create after installation #1669

Open
Popovkov57 opened this issue Aug 25, 2023 · 4 comments
Open

Config file doesn't create after installation #1669

Popovkov57 opened this issue Aug 25, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@Popovkov57
Copy link

🐞 Bug report

Description

I create a new angular App and I installed scully with the command below:

 ng add @scullyio/init

β„Ή Using package manager: npm
βœ” Found compatible package version: @scullyio/[email protected].
βœ” Package information loaded.

The package @scullyio/[email protected] will be installed and executed.
Would you like to proceed? Yes
βœ” Packages successfully installed.
? Which route renderer would you like to use? Scully platform server

The installation seems to be ok but I can't find the config file.

πŸ’»Your Environment

Angular Version:



     _                      _                 ____ _     ___
    / \   _ __   __ _ _   _| | __ _ _ __     / ___| |   |_ _|
   / β–³ \ | '_ \ / _` | | | | |/ _` | '__|   | |   | |    | |
  / ___ \| | | | (_| | |_| | | (_| | |      | |___| |___ | |
 /_/   \_\_| |_|\__, |\__,_|_|\__,_|_|       \____|_____|___|
                |___/


Angular CLI: 16.1.8
Node: 20.5.0 (Unsupported)
Package Manager: npm 9.8.0
OS: darwin arm64

Angular: 16.2.2
... animations, common, compiler, compiler-cli, core, forms
... platform-browser, platform-browser-dynamic, router

Package                         Version
---------------------------------------------------------
@angular-devkit/architect       0.1602.0
@angular-devkit/build-angular   16.2.0
@angular-devkit/core            16.2.0
@angular-devkit/schematics      16.1.8
@angular/cli                    16.1.8
@schematics/angular             16.1.8
rxjs                            7.8.1
typescript                      5.1.6
zone.js                         0.13.1

Warning: The current version of Node (20.5.0) is not supported by Angular.


Scully Version:


"@scullyio/init": "^2.1.41",


@Popovkov57 Popovkov57 added the bug Something isn't working label Aug 25, 2023
@Andrew3005
Copy link

I have same issue

@AlonsoK28
Copy link

Is broken on Angular 16

@av1v3k
Copy link

av1v3k commented Dec 24, 2023

As of Angular 16, it is not completely compatible.

But, I tried with below command and it worked.

npm install @scullyio/init @scullyio/ng-lib @scullyio/scully --force

@AlonsoK28 @Andrew3005

@mikecole
Copy link

@av1v3k's solution did not work for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants