Skip to content

Commit

Permalink
Adds suggestion to npm upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
1Marc authored Oct 14, 2020
1 parent 0629c50 commit 6e981d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Brian is using a font called [Dankmono][dankmono] (not necessary to install -- j

## Debugging

### npm install Issues:

Try running `npm upgrade` before `npm install` to update package.json dependencies.

### Parcel Issues:

Parcel is an ever evolving project that's just getting better. If you run into problems with it not respecting changes (particularly to your `.babelrc` or `.env` files) then delete the `dist/` and the `.cache/` directories. You can do this in bash by running from the root directoy of your project `rm -rf dist/ .cache/` or just by deleting those directories in your editor. This will force Parcel to start over and not cache anything.
Expand Down

0 comments on commit 6e981d1

Please sign in to comment.