issues
search
Magsmags600
/
prework-study-guide
A study Guide for course pre-work
MIT License
0
stars
0
forks
source link
Verify that the current json file is ok
#19
Closed
Magsmags600
closed
1 month ago
Magsmags600
commented
1 month ago
Make sure that your repo includes a
package.json
with the required dependencies. You can create one by running
npm init
when you first set up the project, before installing any dependencies.
package.json
with the required dependencies. You can create one by runningnpm init
when you first set up the project, before installing any dependencies.