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

Cannot install dependency from the bundle about "source-map-support" from other nation #13035

Open
welkinwong opened this issue Feb 27, 2024 · 0 comments

Comments

@welkinwong
Copy link

var packageJson = {
  name: "meteor-dev-bundle",
  private: true,
  dependencies: {
    fibers: "5.0.1",
    "meteor-promise": "0.9.0",
    promise: "8.1.0",
    "@meteorjs/reify": "0.24.1",
    "@babel/parser": "7.17.0",
    underscore: "1.13.6",

    // here, can this "source-map-support" publish to npm packages?
    "source-map-support": "https://github.com/meteor/node-source-map-support/tarball/1912478769d76e5df4c365e147f25896aee6375e",

    "@types/semver": "5.5.0",
    semver: "7.5.4"
  },
  devDependencies: {
    "@types/underscore": "1.11.2",
    split2: "3.2.2",
    multipipe: "2.0.1",
    chalk: "4.1.2"
  }
};

source-map-support can publish to npm packages?
because when install GitHub url from others nation some times throw error 😢
npm can cache local packages

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

No branches or pull requests

2 participants