question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Tiny 6.1.0] "only in private projects"

See original GitHub issue

Security warning while building: “warning Workspaces can only be enabled in private projects”

It is the first time I am seeing this warning while building tinymce.

Tiny Master => ~6.1.0 Windows Yarn 1.22.19

The package.json file of Tiny begins with:

{
  "name": "root",
  "private": true,
  "workspaces": [
    "modules/*"
  ],
...

So what? The required declaration of private: true is done. What is the reason for this security warning?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Georg-Gitcommented, Jul 4, 2022

Ok - and I solved the grunt-cli warning.

In my build script I had added: yarn add grunt-cli

But there was no need for this line anymore. => Everthing fine

1reaction
TheSpydercommented, Jun 30, 2022

A simple upgrade of our transitive dependencies upgraded keyv and fixed the problem!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting "Workspaces can only be enabled in private projects ...
Worktrees used to be required to be private (ie list "private": true in their package.json). This requirement got removed with the 2.0 release ......
Read more >
Package 'EntityFramework 6.2.0' was restored using ...
In my case, my project was Core 2.2. I installed (NuGet) Microsoft.EntityFrameworkCore v2.2.4 first and all built fine.
Read more >
Releases - Local - Local WP
Download Local 6.1.0 as Linux deb (Ubuntu, Debian, Mint) ... What's New in Local 6.1.0. Improvements ... This add-on only works on macOS...
Read more >
CAS 6.1.0 RC1 Feature Release - Apereo Blog
We strongly recommend that you take advantage of the release candidates as they come out. Waiting for a GA release is only going...
Read more >
Macbook M1 install genefilter failed
i have solved this problem by myself. share with you. you need to download gfortran in path /opt/R/arm64/bin this website helped me: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found