Code Monkey home page Code Monkey logo

web-dev-starter's Introduction

  • You will need to have Node installed to start this environment. If you are not sure if you have Node installed run node -v in your terminal. If you do not see a version number output, install Node before moving on.
  • Install light-server locally and save it to your development environment by running npm install lite-server --save-dev in your terminal.
  • Run npm run start in your terminal to start the server.
  • Your browser will open at localhost:3000.

web-dev-starter's People

Contributors

dependabot[bot] avatar sullysaurus avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

web-dev-starter's Issues

UPGRAGE PLAN:- JavaScript: Getting Started

I'm in the monthly plan and while I'm in the types and operators module followed by operators precedence section then it says UPGRADE. So now what can I do. I can't access the course even as a monthly plan.
So, now I think that PLURALSIGHT is absolutely FRAUD. They just want money from the customers and also no free course even for the STUDENTS.
I think LINKEDIN LEARNING is far BETTER than PLURALSIGHT coz you can at least have access to free course if you are STUDENT.

Pluralsight javaScript sample website missing

I decided to try the free weekend Pluralsight weekend. I am interested on learning JavaScript, however while following the video Pluralsight javaScript sample website looks like the folder is correct for the whole "Craved rock fitness" is missing. FYI, without this folder, the whole video series is hard to follow.

CAN'T FIX FOUNDED VULNERABILITIES !!!!

  • [email protected]
    added 20 packages from 3 contributors, removed 68 packages, updated 23 packages and audited 340 packages in 220.833s

1 package is looking for funding
run npm fund for details

found 4 vulnerabilities (3 low, 1 high)
run npm audit fix to fix them, or npm audit for details

Empty NPM File

I start by cloning a web-dev-starter repo into a directory:

git clone https://github.com/pluralsight/web-dev-starter.git

I do npm install

Now when I clone repo, the Script.js file is empty

So maybe that's where the problem lies.

I've tried running npm install --save-dev lite-server to make sure node modules contain this

however, when I run "NPM Run Start" I see How do you want to open this file:
image

and then if I choose visual studio to open file

it opens C:\windows\system32\npm (a file with no extension)

Empty file:

image

what do I do here?

picomatch npm package error

C:\Users\Mozavi-4\Desktop\web-dev-starter\node_modules\micromatch\index.js:44
let isMatch = picomatch(String(patterns[i]), { ...options, onResult }, true);
^^^
SyntaxError: Unexpected token ...
at Object.exports.runInThisContext (vm.js:76:16)
at Module._compile (module.js:542:28)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at Object. (C:\Users\Mozavi-4\Desktop\web-dev-starter\node_modules\browser-sync\dist\public\stream.js:3:18)
at Module._compile (module.js:570:32)

npm ERR! Windows_NT 10.0.18362
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "start" "code"
npm ERR! node v6.9.5
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! [email protected] start: lite-server "code"
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] start script 'lite-server "code"'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the js-starter-code package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! lite-server "code"
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs js-starter-code
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls js-starter-code
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\Mozavi-4\Desktop\web-dev-starter\npm-debug.log

VS Code examples stopped working, 304 responses only now

I just started this course and it was going great, I was following along and doing the example exercises.
However as soon as I tried the exercise of modifying the h1 id tag, and creating the showMessage function all I get now is 304 codes back and the sample web page does-not-update. I am following everything to the t - but I only get 304....Very frustrating as there is no point in going on with the course since I'm not able to get anything working anymore...Please - help.
Thank you.

The term 'npm' is not recognized as the name of a cmdlet, function, script file, or operable program.

I successfully ran the npm run start from my windows terminal but when I am within my VisualStudio and try to run "npm run start" I get the following...

npm : The term 'npm' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included,
verify that the path is correct and try again.
At line:1 char:1

  • npm run start
  •   + CategoryInfo          : ObjectNotFound: (npm:String) [], CommandNotFoundException
      + FullyQualifiedErrorId : CommandNotFoundException
    

NPM Run Start not working in terminal

I have found that npm run start does not run in the terminal and returns "npm ERR! Missing script: "start"' In addition the code written is VS code does not update to the local host. I have fixed this issue by going to package.json in vs code and clicking on the debug button.

Section :- Working with Javafiles

In utils.js , after writing the code

function showMessage(message){
document.getElementById('message').textContent = message;
}

and home.js

showMessage("Hello");

After saving it , its not reflecting in the webpage

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.