Giter VIP home page Giter VIP logo

Comments (8)

brendanheyu avatar brendanheyu commented on July 19, 2024 1

Just out of interest - did you manage to get around this and have it work in your project? If so, how?

EDIT:: So, yup - just modify the package.json or rename the js to /src/js/nice-select2.js (so simple I'm embarrassed)

from nice-select2.

StenPelzer avatar StenPelzer commented on July 19, 2024

Yes that's it.
Until this issue is resolved, be aware that you have to change it again after doing an npm update.

from nice-select2.

erip2 avatar erip2 commented on July 19, 2024

EDIT:: So, yup - just modify the package.json or rename the js to /src/js/nice-select2.js (so simple I'm embarrassed)

Can you please explain what needs to be done exactly?

from nice-select2.

StenPelzer avatar StenPelzer commented on July 19, 2024

@erip2 In node_modules/nice-select2/package.json on line 5 edit:
"main": "src/js/nice-select.js",
to
"main": "src/js/nice-select2.js",

from nice-select2.

erip2 avatar erip2 commented on July 19, 2024

Sorry, it's still not clear for me.

Isn't it already like this: https://github.com/bluzky/nice-select2/blob/master/package.json#L5 ?

from nice-select2.

SubbiahMariappan avatar SubbiahMariappan commented on July 19, 2024

Sorry, it's still not clear for me.

Isn't it already like this: https://github.com/bluzky/nice-select2/blob/master/package.json#L5 ?

Yes, but after installing in your project if you check inside node_modules folder the package.json has the wrong path in main attribute. till this issue resolves you have to include the scripts in your index.html or move the js and css files inside your project src so that it wont throw error when moving to higher environments

from nice-select2.

StenPelzer avatar StenPelzer commented on July 19, 2024

For anyone coming across this nowadays, this has still not been fixed.
But, if you're using yarn you can save yourself some time and frustration by setting up an afterInstall script.

First, run this command to add the afterInstall plugin to (if found it here):
yarn plugin import https://raw.githubusercontent.com/mhassan1/yarn-plugin-after-install/v0.3.1/bundles/@yarnpkg/plugin-after-install.js

Then add an afterInstall script in .yarnrc.yml:
afterInstall: sed -i -e 's/nice-select.js/nice-select2.js/g' node_modules/nice-select2/package.json && rm -f node_modules/nice-select2/package.json-e

This command creates a temporary file in which it writes the contents of the nice-select2's package.json, but replacing the incorrect text. Then it removes the temporary file.

from nice-select2.

Tsjippy avatar Tsjippy commented on July 19, 2024

is it fixed with version 2.2.0?

from nice-select2.

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.