Skip to content

remove npm packages from starter files#144

Merged
wesbos merged 1 commit intowesbos:masterfrom
Asjas:fix-npm-files
Dec 14, 2021
Merged

remove npm packages from starter files#144
wesbos merged 1 commit intowesbos:masterfrom
Asjas:fix-npm-files

Conversation

@Asjas
Copy link
Copy Markdown
Contributor

@Asjas Asjas commented Dec 3, 2021

Hey @wesbos 👋

New learners that are on higher versions of Node.js (v15 or v16) are getting ERR undefined messages if they try to install the eslint-config-wesbos npm package at the start of the course.

I noticed that there were already ESLint npm packages included in the course starter files, when the learners remove the npm files and reinitialize it with npm init -y they can install the eslint-config-wesbos packages with any version of Node.js.

This PR remove the devDependencies and the npm lock-file.

@wesbos wesbos merged commit f5f2704 into wesbos:master Dec 14, 2021
@wesbos
Copy link
Copy Markdown
Owner

wesbos commented Dec 14, 2021

thank you!

@Asjas Asjas deleted the fix-npm-files branch December 14, 2021 09:39
vasconsaurus pushed a commit to vasconsaurus/beginner-javascript that referenced this pull request Jul 7, 2022
remove npm packages from starter files
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

Successfully merging this pull request may close these issues.

2 participants