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

cross-env path bug #2

Open
xgqfrms opened this issue Oct 14, 2021 · 3 comments
Open

cross-env path bug #2

xgqfrms opened this issue Oct 14, 2021 · 3 comments

Comments

@xgqfrms
Copy link
Owner

xgqfrms commented Oct 14, 2021

cross-env path bug

cross-env path bug

image

@xgqfrms
Copy link
Owner Author

xgqfrms commented Oct 14, 2021

node_modules/cross-env/dist/bin/cross-env.js

node_modules/cross-env/src/bin/cross-env.js

@xgqfrms
Copy link
Owner Author

xgqfrms commented Oct 14, 2021

"cross-env": "5.2.0",

  "bin": {
    "cross-env": "dist/bin/cross-env.js",
    "cross-env-shell": "dist/bin/cross-env-shell.js"
  },

image

"cross-env": "^7.0.3"

  "bin": {
    "cross-env": "src/bin/cross-env.js",
    "cross-env-shell": "src/bin/cross-env-shell.js"
  },

@xgqfrms
Copy link
Owner Author

xgqfrms commented Oct 14, 2021

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

No branches or pull requests

1 participant