Skip to content

Commit 9f935ba

Browse files
haydarbootstrapdash-team
authored andcommitted
prevented errors related node-gyp package and bootstrap update (#12)
* Update README.md Documentation has been improved to prevent errors related to the incorrect installation of the node-gyp package. * Update README.md * Update package.json Bootstrap version update
1 parent c2b13e2 commit 9f935ba

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,20 @@ Star Admin is released under MIT license. Star Admin is a free Bootstrap 4 admin
4343
<hr>
4444

4545

46+
0 - Install `node-gyp` package. If you dont know installation steps, please [click here](https://github.com/nodejs/node-gyp)
47+
4648
1 - Click the Clone or Download button in GitHub and download as a ZIP file or you can enter the command git clone https://github.com/BootstrapDash/StarAdmin-Free-Bootstrap-Admin-Template.git in you terminal to get a copy of this template.
4749

4850
2 - After the files have been downloaded you will get a folder with all the required files
4951

50-
3 - You can install all the dependencies in the template by running the command npm install. All the required files are in the node modules.
52+
3 - Open your terminal (Run as Administrator). You can install all the dependencies in the template by running the command npm install. All the required files are in the node modules. If you didn't run with admin authorities, you can see errors.
5153

5254
4 - Find the file named index.html, check what all components you need. Open the file in a text editor and you can start editing.
5355

5456
5 - Now that your project has now kick-started, all you need to do now is to code, code, and code to your heart's content.
5557

58+
__Note :__ If you use laravel-mix, please run all command with admin authorities.
59+
5660
<h1>How to Contribute?:</h1>
5761
<hr>
5862

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "",
55
"main": "index.html",
66
"dependencies": {
7-
"bootstrap": "4.0.0",
7+
"bootstrap": "4.1.3",
88
"chart.js": "2.7.1",
99
"flag-icon-css": "2.9.0",
1010
"font-awesome": "4.7.0",

0 commit comments

Comments
 (0)