Skip to content
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

Add README with basic instructions #1

Open
3 tasks
bencodezen opened this issue Jun 8, 2020 · 3 comments
Open
3 tasks

Add README with basic instructions #1

bencodezen opened this issue Jun 8, 2020 · 3 comments

Comments

@bencodezen
Copy link

Ideas of things to include:

  • Prerequisites
  • How to get setup
  • Questions? Submit an issue
@gplanansky
Copy link

gplanansky commented Sep 23, 2020

re the lesson 1 intro "If you have more experience with programming and using git, and Github, you’re going to want to head over to the course’s repo and clone the project. From there, you can switch between different branches for the starting and ending code for each lesson. For example, in the next lesson (lesson two) you can check out L2-start or L2-end for the starting and ending code, respectively."

Enlarge on that, there and in the proposed README, with an example:

git clone https://github.com/Code-Pop/Intro-to-Vue-3.git --branch L3-start --single-branch --depth 1 lesson3

Or whatever git syntax is proper.

Consider adding, to the V M course lesson with the vscode howto material on using vscode's integrated git stuff. Note that one of the V M course lessons has an oops moment: "Whoa! looks like that just nuked all we've coded, but not to worry: thank goodness for git versioning, just undo the change". However the lesson did not speak to using the needed versioning prior.

@SummerSeaSun
Copy link

Just installed node, vue and vue-cli switched to project directory expecting to start to code but ended like this:

git clone https://github.com/Code-Pop/Intro-to-Vue-3.git
cd Intro-to-Vue-3.git

~/workspace/vue3/Intro-to-Vue-3$ vue-cli-service serve
 INFO  Starting development server...
10% building 2/2 modules 0 activenode:events:353
      throw er; // Unhandled 'error' event
      ^

Error: EMFILE: too many open files, watch '/home/tec1/workspace/vue3/Intro-to-Vue-3'
    at FSWatcher.<computed> (node:internal/fs/watchers:219:26)
    at Object.watch (node:fs:1577:34)
    at createFsWatchInstance (/home/tec1/.local/share/virtualenvs/vue3-9ND16rlR/lib/node_modules/@vue/cli-service/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:38:15)
    at setFsWatchListener (/home/tec1/.local/share/virtualenvs/vue3-9ND16rlR/lib/node_modules/@vue/cli-service/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:81:15)
    at FSWatcher.NodeFsHandler._watchWithNodeFs (/home/tec1/.local/share/virtualenvs/vue3-9ND16rlR/lib/node_modules/@vue/cli-service/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:233:14)
    at FSWatcher.NodeFsHandler._handleDir (/home/tec1/.local/share/virtualenvs/vue3-9ND16rlR/lib/node_modules/@vue/cli-service/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:429:19)
    at FSWatcher.<anonymous> (/home/tec1/.local/share/virtualenvs/vue3-9ND16rlR/lib/node_modules/@vue/cli-service/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:477:19)
    at FSWatcher.<anonymous> (/home/tec1/.local/share/virtualenvs/vue3-9ND16rlR/lib/node_modules/@vue/cli-service/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:482:16)
    at FSReqCallback.oncomplete (node:fs:200:5)
Emitted 'error' event on FSWatcher instance at:
    at FSWatcher._handleError (/home/tec1/.local/share/virtualenvs/vue3-9ND16rlR/lib/node_modules/@vue/cli-service/node_modules/webpack-dev-server/node_modules/chokidar/index.js:260:10)
    at createFsWatchInstance (/home/tec1/.local/share/virtualenvs/vue3-9ND16rlR/lib/node_modules/@vue/cli-service/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:40:5)
    at setFsWatchListener (/home/tec1/.local/share/virtualenvs/vue3-9ND16rlR/lib/node_modules/@vue/cli-service/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:81:15)
    [... lines matching original stack trace ...]
    at FSReqCallback.oncomplete (node:fs:200:5) {
  errno: -24,
  syscall: 'watch',
  code: 'EMFILE',
  path: '/home/tec1/workspace/vue3/Intro-to-Vue-3',
  filename: '/home/tec1/workspace/vue3/Intro-to-Vue-3'
}
 

npm --version 7.0.15

@waterkip
Copy link

I'm missing a package.json, so you can clone the repo and still stuck with something that doesn't work. A simple README would be welcome so we can read it, execute what is needed and be done with it and follow the course.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants