Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

zkochan
Copy link
Member

@zkochan zkochan commented Sep 2, 2025

Proposed Changes

  • This field prevents accidental runs of npm install on the repository. npm install from v11 will fails with this error:
    npm error code EBADDEVENGINES
    npm error EBADDEVENGINES The developer of this package has specified the following through devEngines
    npm error EBADDEVENGINES Invalid engine "packageManager"
    npm error EBADDEVENGINES Invalid name "bit" does not match "npm" for "packageManager"
    npm error EBADDEVENGINES {
    npm error EBADDEVENGINES   current: { name: 'npm', version: '11.5.2' },
    npm error EBADDEVENGINES   required: { name: 'bit' }
    npm error EBADDEVENGINES }
    

@zkochan
Copy link
Member Author

zkochan commented Sep 2, 2025

So, we actually can't really use it because we use npm run in CI... Could we possibly use bit for the scripting?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants