Skip to content

How to make package.json work on the local file system? #17076

Discussion options

You must be logged in to vote

Currently that is not possible without starting a minimal (Python) http server so that mip can access the package on a https url.

python -m http.server --directory <DIRECTORY>

There is a PR open to allow this without that workaround.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by konomikitten
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants