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

Release 0.12 #538

Merged
merged 5 commits into from Jan 22, 2020
Merged

Release 0.12 #538

merged 5 commits into from Jan 22, 2020

Conversation

@ForsakenHarmony
Copy link
Collaborator

@ForsakenHarmony ForsakenHarmony commented Jan 6, 2020

No description provided.

Should fix an error message in the jest output (which doesn't make the tests fail)
@dai-shi
Copy link

@dai-shi dai-shi commented Jan 6, 2020

Hi! I'm getting an error installing v0.12.0-next.7 on MacOS.

$ mkdir /tmp/test
$ cd /tmp/test
$ npm init -y
$ npm install -D microbundle@0.12.0-next.7

npm WARN test@1.0.0 No description
npm WARN test@1.0.0 No repository field.

npm ERR! code ENOENT
npm ERR! syscall chmod
npm ERR! path /private/tmp/test/node_modules/microbundle/dist\cli.js
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, chmod '/private/tmp/test/node_modules/microbundle/dist\cli.js'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 

v0.12.0-next.6 doesn't have this issue. Hope it helps.

@kristoferbaxter
Copy link
Collaborator

@kristoferbaxter kristoferbaxter commented Jan 7, 2020

@dai-shi I was unable to reproduce this with yarn, what version of npm are you using?

@dai-shi
Copy link

@dai-shi dai-shi commented Jan 7, 2020

$ npm -v
6.13.0

Let me try with yarn. --- Yeah, it works.

Now, updating npm 6.13.4 fixes it. So, it was an npm issue. Resolved.
Sorry for the mess. Thanks for your time!

@kristoferbaxter
Copy link
Collaborator

@kristoferbaxter kristoferbaxter commented Jan 8, 2020

No worries @dai-shi, glad we got to the bottom of it!

@snapwich
Copy link

@snapwich snapwich commented Jan 16, 2020

@kristoferbaxter , I have this same issue, 0.12.0-next.7 is broken with a pretty recent version of npm, 6.12.0. Updating isn't a possibility in the CI environment and 0.12.0-next.7 breaks on npm install, so I've had to pin on 0.12.0-next.6 to fix CI.

verbose stack Error: ENOENT: no such file or directory, chmod '~/code/rssp-ui/packages/rssp-client-api-js/node_modules/microbundle/dist\cli.js'

I notice there is an incorrect backslash file separator in there, I'm guessing that is what is causing the issue? I'm not sure where it is coming from though.

@kristoferbaxter
Copy link
Collaborator

@kristoferbaxter kristoferbaxter commented Jan 16, 2020

We believe this to be a bug in npm, but let’s take a look at the delta between .6 and .7 for a potential workaround.

developit added a commit that referenced this pull request Jan 22, 2020
@developit developit merged commit 41b87af into master Jan 22, 2020
0 of 2 checks passed
0 of 2 checks passed
continuous-integration/travis-ci/pr The Travis CI build failed
Details
continuous-integration/travis-ci/push The Travis CI build failed
Details
@bors bors bot deleted the hrmny branch Jan 22, 2020
@ForsakenHarmony
Copy link
Collaborator Author

@ForsakenHarmony ForsakenHarmony commented Jan 24, 2020

was supposed to be the last pr to rleease stable 0.12 but alright

@wardpeet wardpeet mentioned this pull request Mar 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

5 participants
You can’t perform that action at this time.