
Learn Bootstrap by creating a custom admin theme - Intermediate Tutorial
video description
Date: 2022-03-14
Related videos
Comments and reviews: 10
freecodecamp
The webpack.config.js does not exist in my directory. I followed all of your instructions, but
I only got errors when I try to install the npm packages You where using.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! fibers-4.0.2 install: -node build.js -- nodejs build.js-
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the fibers-4.0.2 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
reply
The webpack.config.js does not exist in my directory. I followed all of your instructions, but
I only got errors when I try to install the npm packages You where using.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! fibers-4.0.2 install: -node build.js -- nodejs build.js-
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the fibers-4.0.2 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
reply
Noman
I need help and it's not relevant to this video. I'm working on bootstrap 4 and unable to add a new class in
Welcome To
The Desi Cafe
in order to change the background of these two lines.
In CSS using .col-12 the background color changed but it happened with all the .col-12 classes.
If I add a new class with any of the above mentioned classes that's not working.
please help to find out where am I making mistake.
Thanks.
reply
I need help and it's not relevant to this video. I'm working on bootstrap 4 and unable to add a new class in
Welcome To
The Desi Cafe
in order to change the background of these two lines.
In CSS using .col-12 the background color changed but it happened with all the .col-12 classes.
If I add a new class with any of the above mentioned classes that's not working.
please help to find out where am I making mistake.
Thanks.
reply
huzaifah
So in trying to install webpack, this is what I am getting. From my readings, I am not spposed to worry about it, but it seems to be breaking up the setting up of the webpack.config.js.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents-1.2.9 (node_modules\fsevents):-
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents-1.2.9: wanted --os-:-darwin-,-arch-:-any-- (current: --os-:-win32-,-arch-:-x64--)
reply
So in trying to install webpack, this is what I am getting. From my readings, I am not spposed to worry about it, but it seems to be breaking up the setting up of the webpack.config.js.
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents-1.2.9 (node_modules\fsevents):-
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents-1.2.9: wanted --os-:-darwin-,-arch-:-any-- (current: --os-:-win32-,-arch-:-x64--)
reply
freecodecamp
Love how real this is...guy has been coding for like 20 years and can't figure out webpack et al without notes and can't get anything to compile or work correctly for a simple html page, for like an hour! Not digging on the guy, this stuff is insanely complex (often needlessly so, IMO)
reply
Love how real this is...guy has been coding for like 20 years and can't figure out webpack et al without notes and can't get anything to compile or work correctly for a simple html page, for like an hour! Not digging on the guy, this stuff is insanely complex (often needlessly so, IMO)
reply
saira
With all due respect and appreciation,it would be awesome if you tell us what would be the changes required for new versions of dependencies and bootstrap 5 .Got errors after errors and i decided to look for another tutorial which i dont usually do.I did learn about webpack though.Thank you
reply
With all due respect and appreciation,it would be awesome if you tell us what would be the changes required for new versions of dependencies and bootstrap 5 .Got errors after errors and i decided to look for another tutorial which i dont usually do.I did learn about webpack though.Thank you
reply
Ajitesh
Hey everyone, I m only familiar with html and css, can i watch this video....reason for asking this is coz in the beginning of the video the instructor mentioned about node,express and the setup which he was doing made me think should I watch this video if i only want to learn bootstrap?
reply
Hey everyone, I m only familiar with html and css, can i watch this video....reason for asking this is coz in the beginning of the video the instructor mentioned about node,express and the setup which he was doing made me think should I watch this video if i only want to learn bootstrap?
reply
Paul
The regex at 33:00 (\?\S-) means match a question mark followed by anything but whitespace. But I don't know what it's looking for. Maybe fontawesome's querying? Maybe I'll come back and edit this comment if it comes up later in the tutorial.
reply
The regex at 33:00 (\?\S-) means match a question mark followed by anything but whitespace. But I don't know what it's looking for. Maybe fontawesome's querying? Maybe I'll come back and edit this comment if it comes up later in the tutorial.
reply
Just
Anyone having issue with the poscss loader compiling here is the new syntax -
loader: 'postcss-loader',
options:-
postcssOptions:-
plugins:function()-
return [
require('autoprefixer')
];
-
-
-
-,
reply
Anyone having issue with the poscss loader compiling here is the new syntax -
loader: 'postcss-loader',
options:-
postcssOptions:-
plugins:function()-
return [
require('autoprefixer')
];
-
-
-
-,
reply
Sebastian
-43:45 Webpack updated the syntax and added postcssOptions to this: -
loader: 'postcss-loader',
options: -
postcssOptions: -
plugins: function() -
return [
require('autoprefixer')
]
-
-
-
-
reply
-43:45 Webpack updated the syntax and added postcssOptions to this: -
loader: 'postcss-loader',
options: -
postcssOptions: -
plugins: function() -
return [
require('autoprefixer')
]
-
-
-
-
reply
Hamoon
heads up, I had to uninstall the latest version of postcss-loader and go back to version 3.0.0 to stop getting an error. Might be an issue with my setup, but version 4.0.0 kept giving me an error when running npx webpack --config
reply
heads up, I had to uninstall the latest version of postcss-loader and go back to version 3.0.0 to stop getting an error. Might be an issue with my setup, but version 4.0.0 kept giving me an error when running npx webpack --config
reply
Add a review, comment
Other channel videos















