Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Release 0.12 #538
Release 0.12 #538
Conversation
Should fix an error message in the jest output (which doesn't make the tests fail)
|
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. |
|
@dai-shi I was unable to reproduce this with |
$ npm -v
6.13.0Let me try with yarn. --- Yeah, it works. Now, updating npm |
|
No worries @dai-shi, glad we got to the bottom of it! |
|
@kristoferbaxter , I have this same issue,
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. |
|
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. |
|
was supposed to be the last pr to rleease stable 0.12 but alright |
No description provided.