mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-02 02:36:24 -07:00
Clarify info on potential jest installation issues
This commit is contained in:
parent
f443617966
commit
b4d1aef54b
2 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,7 @@ To install your gochan.js after building it, run `./build.py install --js`.
|
|||
## Testing
|
||||
Gochan unit testing with [Jest](https://jestjs.io) is still in its early stages and can be run by calling `npm run test` from the frontend directory.
|
||||
|
||||
Depending on your npm version, you may need to run this if you get an error saying something like "Missing required argument #1" when you run `npm install` if you have the most up to date npm version available in your distro's repo.
|
||||
Depending on your npm version, you may need to run this if you have the most up to date npm version available in your distro's repo but still get an error saying something like "Missing required argument #1" when you run `npm install`.
|
||||
```
|
||||
sudo npm install -g n
|
||||
sudo n latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue