Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

additional documentation for 1.1 #961

Closed
3 tasks done
Fil opened this issue Mar 3, 2024 · 3 comments
Closed
3 tasks done

additional documentation for 1.1 #961

Fil opened this issue Mar 3, 2024 · 3 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@Fil
Copy link
Contributor

Fil commented Mar 3, 2024

@Fil Fil added documentation Improvements or additions to documentation enhancement New feature or request labels Mar 3, 2024
@bmesuere
Copy link

bmesuere commented Mar 5, 2024

Maybe also some upgrade instructions for existing Framework projects?

@Fil
Copy link
Contributor Author

Fil commented Mar 6, 2024

To upgrade Framework, cd into the project and type

  • npm upgrade "@observablehq/framework", or
  • yarn upgrade "@observablehq/framework"

To upgrade the create command (npm init "@observablehq") you might have to delete the npm cache with rm -rf .npm/_npx/ or wherever the cache for npx lives. I don't know if there is a better way—but hopefully this should not be necessary for future releases—we had to modify the create command this time because Framework is now transpiled from typescript to javascript.

@mbostock
Copy link
Member

mbostock commented Mar 6, 2024

Remaining work covered by #1001.

@mbostock mbostock closed this as completed Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants