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

Remove npm-shrinkwrap #82

Open
2 tasks
RichardLitt opened this issue Feb 21, 2015 · 2 comments
Open
2 tasks

Remove npm-shrinkwrap #82

RichardLitt opened this issue Feb 21, 2015 · 2 comments

Comments

@RichardLitt
Copy link
Member

Currently, using npm-shrinkwrap is necessary due to these bugs related to brfs:

@RichardLitt
Copy link
Member Author

To fix:

  • Manually remove vm-browserify from node_modules/browserify, and run npm i vm-browserify@git://github.com/TooTallNate/vm-browserify.git#b9c1cc7. Add this version to package.json, like so: "vm-browserify": "git://github.com/TooTallNate/vm-browserify.git#b9c1cc7",
  • Manually remove ftp from /src/beagle/node_modules/nodemailer-mailgun-transport/node_modules/mailgun-js/node_modules/proxy-agent/node_modules/pac-proxy-agent/node_modules/get-uri/node_modules. Run npm i ftp@git://github.com/RichardLitt/node-ftp.git#9c1357b. Do the same as above to package.json.

@RichardLitt
Copy link
Member Author

Rebased node-ftp.git on the most current pushed to master. Pinged substack for both locking issues.

RichardLitt added a commit that referenced this issue May 18, 2015
Still using shrinkwrap for two, as per #82. Closes #180.
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