Giter VIP home page Giter VIP logo

Comments (4)

ryanelian avatar ryanelian commented on May 24, 2024

Hi! I apologize for the inconvenience, may I know which version is that instapack version?

from instapack.

stupkad avatar stupkad commented on May 24, 2024

Hi, npm installed 8.0.0-beta.14.

from instapack.

stupkad avatar stupkad commented on May 24, 2024

Perhaps you have got an idea what could be wrong, I just tried the same on another machine. I love the idea of this project, because I never started using webpack becaue I did not invest that time to understand the configuration...

Anyway, thanks for your fast response!

from instapack.

ryanelian avatar ryanelian commented on May 24, 2024

I have confirmed that there is a regression due to sub-package (dependencies of a dependency) in version 8 beta 14.

However, the issue does not exist in the version 8 beta 12 and in the development branch.

Solution: please use version 8 Beta 12 until version 8 stable is released (very, VERY soon).

Example version 8 beta 12 test project:

{
    "name": "myproject",
    "version": "1.0.0",
    "description": "",
    "main": "index.js",
    "devDependencies": {
        "instapack": "8.0.0-beta.12"
    },
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "new": "ipack new empty",
        "prod": "ipack",
        "dev": "ipack -dw"
    },
    "author": "",
    "license": "ISC"
}

You should be able to create a new project by placing the above package.json in an empty folder and running these commands in sequence:

npm install
npm run new
npm run prod

Thank you for using instapack and sorry for the inconveniences!

from instapack.

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.