Closed rstacruz closed 8 years ago
it seems like a duplicate of #59. Also, I have a possible fix in the #60.
@rstacruz could you please try to install my patched version and check it again?
How can I do that/
npm install -g ied@just-boris/ied#patch-1
Neat! I'm getting this error now, but I'm sure it's a totally different issue:
[==============================] 97.93%/Users/rsc/.nvm/versions/node/v4.1.0/lib/node_modules/ied/lib/install_cmd.js:65
if (err) throw err
^
Error: No satisfying target found for esprima-fb@~3001.0001.0000-dev-harmony-fb
Yes, this probably an another issue with semver.
Btw, semver
says that your package version is invalid. Use this instead: 3001.1.0-dev-harmony-fb
gotcha... but this is a dependency of another dependency, and I've no idea which one it may be.
Edit: found it: https://github.com/spicyj/es3ify/blob/master/package.json#L7
@rstacruz get the same problem, how do you solve that?
Nothing special in pnpm about this... Semver.maxSatisfies() handles that version just fine.
On Tuesday, February 23, 2016, Jogis notifications@github.com wrote:
@rstacruz https://github.com/rstacruz get the same problem, how do you solve that?
— Reply to this email directly or view it on GitHub https://github.com/alexanderGugel/ied/issues/63#issuecomment-187582870.
Oops, well, in ied... Boris solved it with his patch.
For what it's worth, Esprima-FB is now deprecated. Esprima (upstream) already supports es6 constructs.
On Tuesday, February 23, 2016, Rico Notifications < notifications@ricostacruz.com> wrote:
Nothing special in pnpm about this... Semver.maxSatisfies() handles that version just fine.
On Tuesday, February 23, 2016, Jogis <notifications@github.com javascript:_e(%7B%7D,'cvml','notifications@github.com');> wrote:
@rstacruz https://github.com/rstacruz get the same problem, how do you solve that?
— Reply to this email directly or view it on GitHub https://github.com/alexanderGugel/ied/issues/63#issuecomment-187582870.
I've used Boris's patch.In order to make project work, I have to install babel-core by hand because ied only install 5.x version of babel-core,which I declare 6.x in package.json.
I'm getting this error on ied@0.4.0. Wish I can help debug, but I don't know where to start looking.
That folder has these: