Giter Club home page Giter Club logo

Comments (7)

searls avatar searls commented on July 23, 2024 1

cc/ @jasonkarns for visibility and/or 🧂

from scripty.

jasonkarns avatar jasonkarns commented on July 23, 2024 1

@searls too late. I was railing about this on Twitter when this behavior was announced (while npm7 was still in beta)

https://twitter.com/JessTelford/status/1258549958728286208
https://twitter.com/jasonkarns/status/1293736534403887106

npm/rfcs#183

from scripty.

rosston avatar rosston commented on July 23, 2024 1

I'm not likely to have time to work on this soon, but I want to note what I've found about fixing this so far.

Here's what I think options compatibility with npm 7 will require:

  • Figure out how to handle implementing and testing this in both npm 6 and 7; npm 6 is still the default for LTS versions of node (v10, v12, and v14 as of this writing), so I think it makes sense to support both versions
  • Code that uses npm_package_scripty_* (just lib/load-option.js) will need to be updated to also/instead use npm_package_json (per the RFC) and then parse the file from that env var to find scripty options
  • Update several test files (lib/load-option.test.js, test/safe/modules-test.js, test/safe/relative-path-loading.js) that specify npm_package_scripty_* env vars to also/instead work based on npm_package_json

from scripty.

FredericEspiau avatar FredericEspiau commented on July 23, 2024

So, are you going to to something about this ?

from scripty.

JerryC8080 avatar JerryC8080 commented on July 23, 2024

+1

from scripty.

wroughtec avatar wroughtec commented on July 23, 2024

Seems to be an even bigger issue with yarn 2+ as currently does not have npm_package_json available

yarnpkg/berry#2436

from scripty.

rosston avatar rosston commented on July 23, 2024

This should be resolved in scripty 2.1.0 (via #105). Note that you'll want to put your scripty config underneath a config key, per the updated README. Feel free to comment/reopen if this is not actually fixed!

from scripty.

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.