Code Monkey home page Code Monkey logo

Comments (2)

mterrel avatar mterrel commented on May 21, 2024

Hi @barucAlmaguer, sorry you're having an issue! It looks like this may be due to a bug in Adapt when its run on later versions of Node.

Could you please send the output of adapt version so I can verify that the fix will work for you?

I'm working on a fix now. But until the fix is available, you should be able to run Adapt with Node version 10. If you aren't already using nvm, it's a super easy way to switch between Node versions. Here's info on installing Node 10 with nvm if you'd like to give that a try.

from adapt.

mterrel avatar mterrel commented on May 21, 2024

@barucAlmaguer This should be resolved in v0.2.0-next.3, which was just published. Would you mind checking if the update fixes your issue? To update to the next version:

Update the CLI

yarn global add @adpt/cli@next

OR

npm install -g @adpt/cli@next

This will ensure that any new projects you create using adapt new will use the newer versions.

Update any existing projects

For any Adapt projects you've already created, you'll also need to update package.json/yarn.lock to use the newer versions of @adpt/cloud and @adpt/core in those projects.

In the Adapt project directory (usually called deploy):

yarn add @adpt/core@next @adpt/cloud@next

Alternately, you can manually edit package.json and specify the version you'd like. In this case, it should be 0.2.0-next.3 or later. The npm command should not be used within an Adapt project to manage package.json.

I'm going to go ahead and close the issue, but if the newer version doesn't solve your issue, I'll re-open it.

from adapt.

Related Issues (6)

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.