-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our Sample Website... files are missing #4
Comments
the extra files for this video have been removed... not possible to continue the course without them |
Our sample website files are missing.. showstopper for learning |
Our sample website files are missing |
Can't complete the course because the sample website files are missing |
Website files are missing. Can't continue with the course. |
the sample web site files are missing..how do I get them..?? |
our sample website files are missing how to get the code of this website? |
I think you can get the files from this repo but I have some problems running up the landing page correctly |
thanks ..i have a problem cloning it oo ..but I guess you can copy all the files to visual studio code to make it work
…-----Original Message-----
From: Abbassi iheb <[email protected]>
To: pluralsight/web-dev-starter <[email protected]>
Cc: jahman07104 <[email protected]>; Comment <[email protected]>
Sent: Sun, Apr 12, 2020 2:36 pm
Subject: Re: [pluralsight/web-dev-starter] Our Sample Website... files are missing (#4)
I think you can get the files from this repo
https://github.com/pluralsight-projects/HTMLCSS-LandingPagebut I have some problems running up the landing page correctly—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hello Im having difficulty cloning it. Would anyone be able to post the code for me so i could copy it to VS |
the relevant files can be found here: https://app.pluralsight.com/library/courses/javascript-getting-started/exercise-files. The node modules folder is already there from the first example. |
Thank you!
On Mon, Apr 13, 2020 at 9:32 AM Patrick606 ***@***.***> wrote:
the relevant files can be found here:
https://app.pluralsight.com/library/courses/javascript-getting-started/exercise-files
.
The node modules folder is already there from the first example.
You will need to cut out the previous example files from web-dev-starter
folder and replace with the relevant files for each new example then run
npm start.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APFANV4T3WLQETVQPV2MTNTRMMH6ZANCNFSM4MGI42PA>
.
--
*Kettelie Jean Louis*
Criminal Justice | *Florida International University, Miami FL*
*Contact Info:*
[email protected]
(786)474-8940 <[email protected]>
*"Do not go where the path may lead, go instead where there is no path and
leave a trail."*
|
For those referring to not being able to load the page for Carved Rock (https://github.com/pluralsight-projects/HTMLCSS-LandingPage)
git clone https://github.com/pluralsight-projects/HTMLCSS-LandingPage.git
You should now be able to open a terminal and performing npm run start |
Thanks @Virtualbeachbum your instructions were straight on point. Now I can continue with my learning. C:\Windows\System32\web-dev-starter>git clone https://github.com/pluralsight-projects/HTMLCSS-LandingPage.git C:\Windows\System32\web-dev-starter>cd HTMLCSS-LandingPage C:\Windows\System32\web-dev-starter\HTMLCSS-LandingPage>npm install |
Update to my earlier note. You can use the HTMLCSS link I provided earlier. However, to mimic what the instructor is showing you'll have to download the exercise files @Patrick606 provided earlier. https://app.pluralsight.com/library/courses/javascript-getting-started/exercise-files Once extracted you can either replace the web-dev-starter links for each, or extract the exercise files into new folders, cd into \demos\after\js-demo one from your command prompt, run npm install then code . |
why its downloading chromium after i hit npm install? |
@Virtualbeachbum |
Hey RyanFsh So the idea is not to install them in the HTMLCSSLanding Page or web-development folder but rather it's own folder. Assuming HTMLCSSLanding is located at ~\Java HTMLCSSLanding's folder will be ~\Java\HTMLCSSLanding In your case you'll download the zip file and extract it to it's own folder, for example ~\Java\javascript-getting-started <--- This is the default folder in the zip. You can extract it to your own folder. Once extracted close any active Visual Studio Code sessions, then in a terminal/command line cd into the first demo, for my example it'll be located here: ~\Java\javascript-getting-started\02\demos\after\js-demo run npm install (As a reminder you'll need to do this when you go to a new exercise location) Once completed, enter code . (Don't forget the period). This should open Visual Studio Code with your current exercise file, which is 02. Click on index.html and go from there. Hope this helps! Good luck and let us know if you run into any issues. |
@Virtualbeachbum, After performing npm install and npm audit fix, i still got this message I encountered the same message while running HELLO WORLD and same in SAMPLE WEBSITE |
Sorry, meant to respond earlier but had forgotten. Not familiar with npm audit fix nor have I ever run it. I will say if you're able to run npm run start and have the website load up (Or if you're able to run localhost:3000) then I wouldn't worry about it. My console shows multiple warnings but it doesn't affect any of the output so I ignore them. If your commands are preventing the site to load can you provide more details to your issue? Thanks |
Hi, I reached out to Pluralsight's Customer Service, they informed me that the missing files are actually located in the Exercise files tab on the course's main page. I downloaded it and verified with the same files that are loaded into VS for the module. Attached is direct link: https://app.pluralsight.com/library/courses/javascript-getting-started/exercise-files #1 |
@Virtualbeachbum thank you it worked for me! |
You guys can use the exercise files from pluralsight. But just in case if that is unclear and you would prefer a Git repo with the code. Then check out my repo here, https://github.com/lkannan/web-dev-starter I have the master branch with the initial code and then branches for each chapter. In VScode, you can clone my repository and switch to the relevant branch by using the git comman in the terminal. For e.g. git checkout Chp-2 |
No description provided.
The text was updated successfully, but these errors were encountered: