You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I upgraded to 2.0.1 and when I am doing the yarn rsw watch it compiles and fails with an error that my private package is not found on npm registry
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.yarnpkg.com/fframes-editor - Not found
npm ERR! 404
npm ERR! 404 'fframes-editor@*' is not in this registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/dmtrkovalenko/.npm/_logs/2022-07-30T17_38_35_553Z-debug.log
To Reproduce
Steps to reproduce the behavior:
Create yarn workspace
Add private package
Link this package as dependency "your-package-name": "*" to your frontend vite project
Ryn yarn rsw watch
Expected behavior
No error occurred
Desktop (please complete the following information):
OS: MacOS
Version 2.0.1
The text was updated successfully, but these errors were encountered:
Please check the following steps to see if there are any omissions.
You can refer to the related configuration of lencx/OhMyBox, and also supports building projects using github action.
Step1
Install the latest version of rsw and vite-plugin-rsw:
# link type: npm | yarn | pnpm, default is `npm`cli = "yarn"
[[crates]]
name = "my-wasm"# <npm|yarn|pnpm> link# ⚠️ Note: must be set to `true`, default is `false`link = true
Step4
Run rsw watch:
# rust crates - automatic build# ⚠️ Note: Do not exit the process after the command has started.
yarn rsw watch
Describe the bug
I upgraded to 2.0.1 and when I am doing the
yarn rsw watch
it compiles and fails with an error that my private package is not found on npm registryTo Reproduce
Steps to reproduce the behavior:
yarn rsw watch
Expected behavior
No error occurred
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: