Skip to content

Commit

Permalink
docs: one more FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
panva authored Dec 13, 2020
1 parent 23061a2 commit e4bf481
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 @@ -229,6 +229,10 @@ npm install --save-dev @types/node
There's no "jose" root module. Each module is to be individually imported as explained in
each individual module's documentation.

#### "Module not found: Error: Can't resolve '...' in '...'"

Use a supported Node.js runtime and make sure whatever tools you may use for transpiling the code also support the Subpath exports ("exports") feature.

#### Why? Just. Why?

I was using [`node-jose`][node-jose] for
Expand Down

0 comments on commit e4bf481

Please sign in to comment.