Lesson 8: Cant find packages after installing with "yarn add --dev html-server" #569
-
In lesson 8 of javascript and html, i Cant find package.json, node modules, yarn.lock as these files seems to be hidden even when ive installed these packages. Please how do i get rid of these error? Also my prettierrc dont seem to be working and formatting codes.. Maybe thats because i cant also find prettier package |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
did you install these packages in the proper directory? |
Beta Was this translation helpful? Give feedback.
-
If you're using VSCode, you won't need to install any node modules. Otherwise, you can force create the |
Beta Was this translation helpful? Give feedback.
-
I should also add to the comment above that I
|
Beta Was this translation helpful? Give feedback.
If you're using VSCode, you won't need to install any node modules.
Otherwise, you can force create the
package.json
withyarn init -y
#45 (reply in thread)