diff --git a/package-lock.json b/package-lock.json index 4f893b48..80c067cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,10 +11,11 @@ "@astrojs/netlify": "^3.0.0", "@astrojs/starlight": "^0.13.0", "astro": "^3.6.0", - "prettier": "^3.1.0", + "prettier": "^3.1.1", "sharp": "^0.32.3", "starlight": "^0.3.9", - "starlight-blog": "^0.4.0" + "starlight-blog": "^0.4.0", + "yaml": "^2.3.4" }, "devDependencies": { "markdownlint": "^0.31.1" @@ -4990,9 +4991,9 @@ } }, "node_modules/prettier": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz", - "integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz", + "integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==", "bin": { "prettier": "bin/prettier.cjs" }, @@ -7193,6 +7194,14 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" }, + "node_modules/yaml": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz", + "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==", + "engines": { + "node": ">= 14" + } + }, "node_modules/yargs-parser": { "version": "21.1.1", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", @@ -10603,9 +10612,9 @@ } }, "prettier": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz", - "integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==" + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.1.tgz", + "integrity": "sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==" }, "prismjs": { "version": "1.29.0", @@ -11982,6 +11991,11 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==" }, + "yaml": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.4.tgz", + "integrity": "sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==" + }, "yargs-parser": { "version": "21.1.1", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", diff --git a/package.json b/package.json index 938c523f..d75b96b0 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,11 @@ "@astrojs/netlify": "^3.0.0", "@astrojs/starlight": "^0.13.0", "astro": "^3.6.0", - "prettier": "^3.1.0", + "prettier": "^3.1.1", "sharp": "^0.32.3", "starlight": "^0.3.9", - "starlight-blog": "^0.4.0" + "starlight-blog": "^0.4.0", + "yaml": "^2.3.4" }, "devDependencies": { "markdownlint": "^0.31.1" diff --git a/src/content/docs/products/splashkit/Documentation/Starlight Website/Website Additions/Troubleshoot/windows/win-issue-1.md b/src/content/docs/products/splashkit/Documentation/Starlight Website/Website Additions/Troubleshoot/windows/win-issue-1.md index 6b4fb7dc..6af095ed 100644 --- a/src/content/docs/products/splashkit/Documentation/Starlight Website/Website Additions/Troubleshoot/windows/win-issue-1.md +++ b/src/content/docs/products/splashkit/Documentation/Starlight Website/Website Additions/Troubleshoot/windows/win-issue-1.md @@ -12,15 +12,15 @@ title: FAQs on Splashkit installation tags: faq,error,troubleshoot ## Solutions -1. Solution 1: +1. Solution 1: Make sure you are connected to the internet. -1. Solution 2: +2. Solution 2: Disable your computer’s firewall. -1. Solution 3: Go to this URL: +3. Solution 3: Go to this URL: [here](https://github.com/splashkit/skm/blob/master/install-scripts/skm-install.sh) Then click the “Download raw file” button shown below (where the red arrow is pointing diff --git a/src/content/docs/products/splashkit/Documentation/Starlight Website/Website Additions/Troubleshoot/windows/win-issue-2.md b/src/content/docs/products/splashkit/Documentation/Starlight Website/Website Additions/Troubleshoot/windows/win-issue-2.md index 263567da..a4a4afb2 100644 --- a/src/content/docs/products/splashkit/Documentation/Starlight Website/Website Additions/Troubleshoot/windows/win-issue-2.md +++ b/src/content/docs/products/splashkit/Documentation/Starlight Website/Website Additions/Troubleshoot/windows/win-issue-2.md @@ -11,21 +11,21 @@ tags: faq,error,troubleshoot ## Solutions -1. **Solution 1:** +1. **Solution 1:** Disable any antivirus software on your computer. -1. **Solution 2:** +2. **Solution 2:** Make sure your project isn't called "SplashKit". -1. **Solution 3:** +3. **Solution 3:** Make sure you are creating your project using the MINGW64 terminal (rather than the MSYS terminal) and create the project files in its own directory/folder. -1. **Solution 4:** Add the folder containing splashkit.dll file to your path environment variable +4. **Solution 4:** Add the folder containing splashkit.dll file to your path environment variable manually. Firstly, go through Steps 1 – 3 shown in the “Update your system “Path” variable” section [here](update-system-path.md). @@ -43,7 +43,7 @@ tags: faq,error,troubleshoot Once it is added, click “OK” on all the windows, open a **new** MINGW64 terminal and try running the program again. -1. **Solution 5 (if all else fails):** Get it working by copying the SplashKit binaries to the +5. **Solution 5 (if all else fails):** Get it working by copying the SplashKit binaries to the build output: The SplashKit binaries are in `C:\msys64\home\(your username)\.splashkit\lib\win64`