Coder Social home page Coder Social logo

Comments (11)

ro0gr avatar ro0gr commented on May 26, 2024 2

FYI, For me downgrading to the [email protected] worked around this issue.

from ember-try.

sly7-7 avatar sly7-7 commented on May 26, 2024 2

For me it did it after the first run, now I can't run try:each at all, even if I clear lockfile, node_modules and npm cache.

@knownasilya I had the same problem here, trying to run ember try:one on ember-elsewhere. To make it work again, I have to manually rm .node_modules.ember-try package-lock.json.ember-try package.json.ember-try
Seems like the "cleanup" (or the revert to the "initial state" of dependencies is not done correctly after running ember try.

Also, the buggy behavior is independent from running with yarn 1 or npm

from ember-try.

knownasilya avatar knownasilya commented on May 26, 2024 1

Looks like maybe it needs a change like

await fs.copy(source, destination);

to

await fs.copy(source, destination, {dereference: true});

from ember-try.

kategengler avatar kategengler commented on May 26, 2024 1

We should do #598 but this issue has also been fixed in #912

from ember-try.

ro0gr avatar ro0gr commented on May 26, 2024

Same for me. Surprisingly it does also reproduce in GH Actions steps https://github.com/san650/ember-cli-page-object/runs/4800467424?check_suite_focus=true#step:5:30 🤔

using the latest [email protected]

from ember-try.

knownasilya avatar knownasilya commented on May 26, 2024

Seeing this but with handlebars. Using yarn 1.

Can see here: nickschot/ember-gesture-modifiers#188
For me it did it after the first run, now I can't run try:each at all, even if I clear lockfile, node_modules and npm cache.

from ember-try.

oliverlangan avatar oliverlangan commented on May 26, 2024

We're also seeing it in our CI system.

from ember-try.

jelhan avatar jelhan commented on May 26, 2024

I run into the same issue. For me it was solved as well by deleting .node_module.ember-try folder as described by @sly7-7.

from ember-try.

mansona avatar mansona commented on May 26, 2024

I imagine this would be fixed if we ever went through with #598 🤔

from ember-try.

mansona avatar mansona commented on May 26, 2024

Ah so I guess the next big thing would be to get a release out 🤔 quite a few fixes ready to go. I'll start a conversation in #dev-ember-cli about this 👍

from ember-try.

grapho avatar grapho commented on May 26, 2024

I'm getting this error as well.. but for an acorn package ... it appears the 3.0 beta fixed it

from ember-try.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.