-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>CurrentWorkingDirectory</key> | ||
<string>/Users/kushagrasrivastava/skushagra</string> | ||
<key>WorksheetContents</key> | ||
<string># <-- shellBench.worksheet --> | ||
# The following is a BBEdit Shell worksheet | ||
# If you have BBEdit (30 day eval or paid), you can run shell commands through this text file | ||
# and the output is piped back into this file. This makes perusing through errors | ||
# and debugging a breeze. | ||
# | ||
# The way this works is to type a shell command and hit Ctrl + Enter. | ||
# The below is a standard output I have from one of my typical program runs. | ||
npm run start | ||
|
||
> [email protected] start | ||
> docusaurus start | ||
|
||
|
||
╭──────────────────────────────────────────────────────────────────────────────╮│ ││ Update available 2.4.1 → 3.7.0 ││ ││ To upgrade Docusaurus packages with the latest version, run the ││ following command: ││ `npm i @docusaurus/core@latest @docusaurus/preset-classic@latest ││ @docusaurus/module-type-aliases@latest` ││ │╰──────────────────────────────────────────────────────────────────────────────╯ | ||
|
||
[INFO] Starting the development server... | ||
(node:17180) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. | ||
(Use `node --trace-deprecation ...` to show where the warning was created) | ||
[SUCCESS] Docusaurus website is running at: http://localhost:3000/ | ||
ℹ Compiling Client | ||
✔ Client: Compiled successfully in 1.21s | ||
client (webpack 5.88.2) compiled successfully | ||
ℹ Compiling Client | ||
✔ Client: Compiled successfully in 107.21ms | ||
client (webpack 5.88.2) compiled successfully | ||
ℹ Compiling Client | ||
✔ Client: Compiled with some errors in 92.49ms | ||
|
||
|
||
SyntaxError: /Users/kushagrasrivastava/skushagra/src/components/HomepageFeatures/index.js: Expected corresponding JSX closing tag for <img>. (97:610) | ||
95 | <div className={styles.centeredLinks}> | ||
96 | <a href="https://umass.edu"><img src="https://suobset.github.io/finechive-helper/88x31/umass.png"></img></a><a href="https://firefox.com"><img src="https://suobset.github.io/finechive-helper/88x31/firefox.gif"></img></a><a href="https://pages.github.com"><img src="https://suobset.github.io/finechive-helper/88x31/ghPages.gif"></img></a><a href="https://www.vim.org"><img src="https://suobset.github.io/finechive-helper/88x31/vim.gif"></img></a><a href="https://tldp.org/LDP/tlk/tlk.html"><img src="https://suobset.github.io/finechive-helper/88x31/ubuntu.gif"></img></a><a href="https://ubuntu.com"><img src="https://suobset.github.io/finechive-helper/88x31/ubuntu_button_88x31.png"></img></a><a href="https://www.tomshardware.com/reviews/dell-g3-15-gaming-laptop,5685.html"><img src="https://suobset.github.io/finechive-helper/88x31/dell.gif"></img></a><br /> | ||
> 97 | <a href="https://www.thetrevorproject.org/"><img src="https://suobset.github.io/finechive-helper/88x31/pride.gif"></img></a><a href="https://apple.com/mac"><img src="https://suobset.github.io/finechive-helper/88x31/Mac.gif"></img></a><a href="https://www.barebones.com/products/bbedit/"><img src="https://suobset.github.io/finechive-helper/88x31/bbedit2.png"></img></a><a href="https://www.literatureandlatte.com/scrivener/overview"><img decoding="async" src="https://www.literatureandlatte.com/public/share-badges/scriv-by-writers.png" border="0" width="200" alt="Scrivener: By writers, for writers."></a><a href="https://yesterweb.org/no-to-web3/"><img src="https://suobset.github.io/finechive-helper/88x31/web3.gif"></img></a><a href="https://ch.tetr.io/u/suobset"><img src="https://suobset.github.io/finechive-helper/88x31/tetris.gif"></img></a> | ||
| ^ | ||
98 | </div> | ||
99 | </div> | ||
100 | </section> | ||
client (webpack 5.88.2) compiled with 1 error | ||
ℹ Compiling Client | ||
✔ Client: Compiled successfully in 78.84ms | ||
client (webpack 5.88.2) compiled successfully | ||
ℹ Compiling Client | ||
✔ Client: Compiled successfully in 97.70ms | ||
client (webpack 5.88.2) compiled successfully | ||
ℹ Compiling Client | ||
✔ Client: Compiled successfully in 95.00ms | ||
client (webpack 5.88.2) compiled successfully | ||
ℹ Compiling Client | ||
✔ Client: Compiled successfully in 67.26ms | ||
client (webpack 5.88.2) compiled successfully | ||
ℹ Compiling Client | ||
✔ Client: Compiled successfully in 67.65ms | ||
client (webpack 5.88.2) compiled successfully | ||
ℹ Compiling Client | ||
✔ Client: Compiled successfully in 94.44ms | ||
client (webpack 5.88.2) compiled successfully | ||
ℹ Compiling Client | ||
✔ Client: Compiled successfully in 93.58ms | ||
client (webpack 5.88.2) compiled successfully | ||
</string> | ||
</dict> | ||
</plist> |