You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When reporting this, it says: Also have a look at the Debugging guidelines: https://github.com/babel/minify/blob/master/CONTRIBUTING.md#debugging, but there is no debugging section on the page.
Describe the bug
The instructions at https://github.com/babel/minify/blob/master/CONTRIBUTING.md don't actually work.
To Reproduce
Try following the instructions. First git clone babel/babel, and build it, in case that helps with anything.
Then try git cloning babel/minify, and following the instructions.
$ make bootstrap
make: *** No rule to make target 'bootstrap'. Stop.
Something actually happens if running npm run bootstrap && npm run build, though.
When reporting this, it says:
Also have a look at the Debugging guidelines: https://github.com/babel/minify/blob/master/CONTRIBUTING.md#debugging
, but there is no debugging section on the page.Describe the bug
The instructions at
https://github.com/babel/minify/blob/master/CONTRIBUTING.md
don't actually work.To Reproduce
Try following the instructions. First git clone babel/babel, and build it, in case that helps with anything.
Then try git cloning babel/minify, and following the instructions.
Something actually happens if running
npm run bootstrap && npm run build
, though.Then try using it.
Gives some error. Tried
npm install
. Then it instead gives:Error: Cannot find module 'babel-preset-minify' from '~/git/babel/minify'
Then try
which gives
Then try
which gives a different error
Error: Cannot find module 'babel-helper-mark-eval-scopes'
.Then just give up, and report this as a bug.
Expected Output
Possible solution
No apparent solution. It seems hopeless.
The text was updated successfully, but these errors were encountered: