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 5eeb8ef commit a977194Copy full SHA for a977194
tests/legacy-cli/e2e/tests/build/styles/node-sass.ts
@@ -33,7 +33,7 @@ export default async function () {
33
await silentExec('rm', '-rf', 'node_modules/sass');
34
await expectToFail(() => ng('build', '--extract-css', '--source-map'));
35
36
- await installPackage('node-sass');
+ await installPackage('node-sass@5');
37
38
await ng('build', '--extract-css', '--source-map');
39
0 commit comments