Code Monkey home page Code Monkey logo

foundry-on-npm's Introduction

@foundryup/foundry

foundry binaries on npm

Install

This package follows foundryup's nightly releases, so you can install the latest nightly with:

npm install @foundryup/foundry

Or a specific nightly release with:

npm install @foundryup/[email protected]

Usage

{
  "scripts": {
    "build": "forge build"
  },
  "devDependencies": {
    "@foundryup/foundry": "0.2.0-nightly.c631cf3"
  }
}
% npm forge --version

forge 0.2.0 (c631cf3 2024-02-18T00:17:43.475108000Z)

Troubleshooting

GLIBC errors on Vercel

/vercel/path0/node_modules/.pnpm/@foundryup/[email protected]/node_modules/@foundryup/foundry/bin/foundry/linux_amd64/forge: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /vercel/path0/node_modules/.pnpm/@foundryup/[email protected]/node_modules/@foundryup/foundry/bin/foundry/linux_amd64/forge)

You can resolve this by changing your Vercel app's Node.JS version to 20.x.

foundry-on-npm's People

Contributors

soptq avatar holic avatar

Stargazers

ludens avatar  avatar

foundry-on-npm's Issues

add windows support

I had to remove these due to npm package size limits and win32 wasn't part of the wrapper shell scripts anyway.

separate packages per binary (forge, anvil, etc.)

it would be nice if we had separate packages like @foundryup/forge and @foundryup/anvil so users could optionally install just the ones they need/use

and then turn @foundryup/foundry into a "wrapper" around all of these smaller deps

this would also help with package size limits noted in #1

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.