We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When start npm start got wornings :
Build at: 2022-06-23T07:14:42.072Z - Hash: 89f1940ecd3d8783 - Time: 9238ms
./src/main.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/main.scss - Warning: Module Warning (from ./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js): Warning (2429:3) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated. ** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
./src/main.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/main.scss - Warning: Module Warning (from ./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js): Warning
(2429:3) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated.
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
✔ Compiled successfully.
No got warning on launch
npm install npm start
ngX-Rocket: 10.1.2 Node.js: v16.15.1 Npm: 8.11.0 OS: linux x64 5.13.0-51-generic Generated project options: { "generator-ngx-rocket": { "version": "10.1.2", "props": { "location": "path", "strict": true, "skipInstall": false, "skipQuickstart": false, "initGit": true, "usePrefix": true, "appName": "VirtualStreetArt", "target": [ "web" ], "ui": "bootstrap", "features": [ "pwa", "auth", "lazy", "cypress" ], "languages": [ "en-US", "fr-FR" ], "tools": [ "prettier", "hads" ], "utility": [ "lodash", "moment" ], "deploy": "none", "projectName": "virtual-street-art", "packageManager": "npm", "mobile": [], "desktop": [], "pwa": true, "auth": true, "lazy": true, "e2e": false, "cypress": true, "angulartics": false } } } _ _ ____ _ ___ / \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _| / △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | | / ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | | /_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___| |___/ Angular CLI: 13.3.8 Node: 16.15.1 Package Manager: yarn 1.22.18 OS: linux x64 Angular: 13.3.11 ... animations, common, compiler, compiler-cli, core, forms ... language-service, localize, platform-browser ... platform-browser-dynamic, router, service-worker Package Version --------------------------------------------------------- @angular-devkit/architect 0.1303.8 @angular-devkit/build-angular 13.3.8 @angular-devkit/core 13.3.8 @angular-devkit/schematics 12.2.17 @angular/cli 13.3.8 @schematics/angular 13.3.8 rxjs 7.5.5 typescript 4.4.4
Others:
Thanks
The text was updated successfully, but these errors were encountered:
feat: update remaining files (fixes #629, #631)
85f6859
0da10ed
chore(release): 11.0.0 [skip ci]
228c193
# [11.0.0](10.1.2...11.0.0) (2022-08-25) ### Bug Fixes * bootstrap dropdown placement ([454b36f](454b36f)) * puppeteer use with protractor ([c3814b6](c3814b6)) * workaround for test:ci not working ([166411e](166411e)) ### Features * migrate to Angular 14 and upgrade dependencies ([287ab10](287ab10)) * update electron deps ([30ad04a](30ad04a)) * update remaining files (fixes [#629](#629), [#631](#631)) ([0da10ed](0da10ed)) * update to Cypress 10 ([de4a483](de4a483)) ### BREAKING CHANGES * - Migrate to Angular 14 - Requires Node.js 14+
🎉 This issue has been resolved in version 11.0.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
I'm submitting a...
Current behavior
When start npm start got wornings :
Build at: 2022-06-23T07:14:42.072Z - Hash: 89f1940ecd3d8783 - Time: 9238ms
./src/main.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/main.scss - Warning: Module Warning (from ./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js):
Warning
(2429:3) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated.
** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
✔ Compiled successfully.
Expected behavior
No got warning on launch
Minimal reproduction of the problem with instructions
npm install
npm start
Environment
Others:
Thanks
The text was updated successfully, but these errors were encountered: