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.
1 parent 90bac99 commit 43abd0aCopy full SHA for 43abd0a
tests/legacy-cli/e2e/tests/build/styles/node-sass.ts
@@ -32,7 +32,7 @@ export default async function () {
32
await silentExec('rm', '-rf', 'node_modules/sass');
33
await expectToFail(() => ng('build', '--extract-css', '--source-map'));
34
35
- await silentNpm('install', 'node-sass');
+ await silentNpm('install', 'node-sass@4');
36
37
await ng('build', '--extract-css', '--source-map');
38
0 commit comments