Quentin Brosse
Quentin Brosse
I had the same issue but downgrading to these versions did the job for me: ``` "babel-plugin-module-resolver": "^2.5.0", "eslint-import-resolver-babel-module": "^3.0.0", ```
Hi @kidk, Thanks for explaining the context! I'm not sure to fully understand the `dashboard export command`, but the `--fromUuid` seems to be the simpler approach. Maybe with a more...
@nawwa 1. Install packages: `npm i --save font-awesome angular2-fontawesome`. 2. Add `Angular2FontawesomeModule` in the `imports` of your `@NgModule`. 3. In your `.angular-cli.json`, add `"node_modules/font-awesome/css/font-awesome.min.css" in `styles`; 3. Use the package...
Yes, I need it so I will try to open a PR with week. :)
@CodeCutterUK I don't use this project anymore sorry. :/ Maybe @prescottprue could help.
@axelsimon the argument is `project-id` not `project` (you can use `--help` to see all arguments). Can you try again with: ``` scw instance server list project-id=abdab632-3562-4789-b0f0-XXXXXXXXXXXX zone=fr-par-2 ```
Hi @axelsimon, does your `default-project-id` (or `default-organisation-id`) is set to `abdab632-3562-4789-b0f0-XXXXXXXXXXXX`? The token generated by the CLI has access to a single project. Some interesting links: - [`scw config` command...
I think it's a good idea!
This issue has been automatically closed because it has not had recent activity. Feel free to reopen it if you think that it is necessary. Note that we are working...
Hi, Does someone have an idea of how to fix it? :)