-
Notifications
You must be signed in to change notification settings - Fork 150
Doesnt work with Yarn Berry (Workspaces) #137
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
IDK Why? But it works on a non workspace folder? |
Seems like the temporary solution is to use https://yarnpkg.com/configuration/yarnrc#packageExtensions |
If people don't bother getting some warnings during a |
@SagnikPradhan Ahhh, interesting! Didn't know that existed. |
@SagnikPradhan Just released |
Seems like your forgot to add Other than the warning everything works great! |
Heh, oops! Added it to |
Describe the bug
Yarn requires a clear list of dependencies required, so it throws error when it tries to load any of the transformers
Logs
To Reproduce
yarn set version berry
yarn add lerna --dev
andyarn lerna init
lerna.json
topackages/webapp
and empty directorypackages/server
cd packages/webapp
yarn install
yarn add svelte-preprocess
and change Rollup Configyarn add typescript --dev
andyarn tsc --init
main.js
tomain.ts
and addlang="ts"
to script tagsyarn dev
Expected behavior
Run quietly and start the server
Stacktraces
If you have a stack trace to include, we recommend putting inside a
<details>
block for the sake of the thread's readability:Stack trace
Information about your project:
Your browser and the version: Doesn't Matter
Your operating system: Windows 7 32bit
svelte-preprocess
version: 3.7.1Whether your project uses Webpack or Rollup: Rollup
Additional context
None
The text was updated successfully, but these errors were encountered: