Problem/Motivation
When installing node_modules using
npm installcommand, many errors happened and node modules not installed.
Proposed resolution
Check package.json dependencies versions and change it to latest versions.
- autoprefixer
- node-sass
- node-sass-magic-importer
- nodemon
- postcss-cli
Remaining tasks
User interface changes
Before:

After:

API changes
Data model changes
Issue fork bootstrap_styles-3282212
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
Abdullah Yassin commentedComment #4
Abdullah Yassin commentedHere is a patch from MR to use until maintainer commit the MR.
https://git.drupalcode.org/project/bootstrap_styles/-/commit/f3b99b2cc42547403573c1cf798e02d1ca518620.patch
Comment #5
Abdullah Yassin commentedComment #6
Abdullah Yassin commentedHere is a patch to use rather than the patch from MR because the patch from MR not working correctly.
Comment #7
Abdullah Yassin commentedComment #8
Abdullah Yassin commentedThis patch is for version 1.0.3
Comment #9
Abdullah Yassin commentedComment #10
rajab natshahComment #11
ultimikeDoes #8 work with the latest version of this module?
The current version of DDEV includes npm 8.19.4 - it would be great if this module supported this version of npm out-of-the-box, and it would make contributing to this module **much** easier.
Or - better yet - close this issue in lieu of #3282120: Switch from deprecated Node Sass to Webpack
-mike