Giter VIP home page Giter VIP logo

Comments (8)

albizures avatar albizures commented on May 2, 2024 3

hey @devongovett, I think this is happening because babel-preset-envshould be a dependency, not a devDependecy

from parcel.

devongovett avatar devongovett commented on May 2, 2024 3

Should be fixed in v1.0.2.

from parcel.

davidsonsns avatar davidsonsns commented on May 2, 2024

you can also enter both just in the project.
I have it available at https://github.com/davidsonsns/parcel-react-app.

but anyway I also believe that there should not be this error.

from parcel.

albizures avatar albizures commented on May 2, 2024

I have the same problem but using npm
NodeJS: node v8.8.1
OS: Mac OS X Sierra 10.13.1

/Users/josealbizures/.nvm/versions/node/v8.8.1/lib/node_modules/parcel-bundler/src/builtins/css-loader.js: Couldn't find preset "env" relative to directory "/Users/josealbizures/.nvm/versions/node/v8.8.1/lib/node_modules/parcel-bundler/src"
    at /Users/josealbizures/.nvm/versions/node/v8.8.1/lib/node_modules/parcel-bundler/node_modules/babel-core/lib/transformation/file/options/option-manager.js:293:19
    at Array.map (<anonymous>)
    at OptionManager.resolvePresets (/Users/josealbizures/.nvm/versions/node/v8.8.1/lib/node_modules/parcel-bundler/node_modules/babel-core/lib/transformation/file/options/option-manager.js:275:20)
    at OptionManager.mergePresets (/Users/josealbizures/.nvm/versions/node/v8.8.1/lib/node_modules/parcel-bundler/node_modules/babel-core/lib/transformation/file/options/option-manager.js:264:10)
    at OptionManager.mergeOptions (/Users/josealbizures/.nvm/versions/node/v8.8.1/lib/node_modules/parcel-bundler/node_modules/babel-core/lib/transformation/file/options/option-manager.js:249:14)
    at OptionManager.init (/Users/josealbizures/.nvm/versions/node/v8.8.1/lib/node_modules/parcel-bundler/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12)
    at File.initOptions (/Users/josealbizures/.nvm/versions/node/v8.8.1/lib/node_modules/parcel-bundler/node_modules/babel-core/lib/transformation/file/index.js:212:65)
    at new File (/Users/josealbizures/.nvm/versions/node/v8.8.1/lib/node_modules/parcel-bundler/node_modules/babel-core/lib/transformation/file/index.js:135:24)
    at JSAsset.parse (/Users/josealbizures/.nvm/versions/node/v8.8.1/lib/node_modules/parcel-bundler/src/assets/JSAsset.js:52:20)
    at <anonymous>

from parcel.

albizures avatar albizures commented on May 2, 2024

this is related to #6

from parcel.

devongovett avatar devongovett commented on May 2, 2024

Ah I see. It's because the .babelrc in parcel is being published to npm, so parcel is trying to compile its own code for the small JS runtime that is included alongside CSS to do hot reloading. Then babel tries to find preset-env which is specified in there, even though we don't really need it.

Added .babelrc to .npmignore in 30616e9.

from parcel.

rwieruch avatar rwieruch commented on May 2, 2024

Good job @devongovett 🎉 Looking forward to it. Just a great way how you solved the whole thing :)

from parcel.

evenfrost avatar evenfrost commented on May 2, 2024

Weird thing, happens for me as well for no apparent reason. I've managed to fix it with npm i babel-preset-env && npm uninstall babel-preset-env (!).

from parcel.

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.