Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
34 views

I am building a SPA, using Parcel and Firebase. I am however encountering unexpected behaviour. I have established a function setDynamicRouting(), that should pull the html from different subpages (...
jwmiddelburg's user avatar
0 votes
2 answers
806 views

I'm encountering a build error when running a simple setup using Parcel, Tailwind CSS, and PostCSS. When I run npm run start, I get the following error: > [email protected] start > parcel 🚨 Build ...
Marco Wagner's user avatar
-3 votes
1 answer
206 views

I am facing an error when trying to run my Parcel project. The error in the browser console is: Uncaught Error: Cannot find module '@parcel/transformer-react-refresh-wrap/lib/helpers/helpers.js' at ...
Atul Singh's user avatar
0 votes
1 answer
92 views

I run parcel2 build command: parcel build src/web/index.html and I got the following error ➜ my-webapp git:(master) ✗ npm run build-dev > [email protected] build-dev > parcel build src/web/index....
Aron's user avatar
  • 1,312
1 vote
1 answer
4k views

I followed all the steps mentioned in the Tailwind v4 docs, to setup TailwindCSS v4 with parcel . After setup when i am running local server then i got this error. Server running at http://localhost:...
Vatshal Negi's user avatar
0 votes
0 answers
34 views

The sprite is missing the path and other properties in the dist folder after running npm run build. Before the command and minification, sprite works fine in local host and deployment (I use parcel v2)...
Rain_lust's user avatar
1 vote
1 answer
83 views

I have a problem with parcel. When I run the build script, nothing really happens. Actually, it says that it built something but it never gives the output folder out. I tried everything, but nothing ...
matos's user avatar
  • 11
0 votes
1 answer
258 views

I have created react app with parcel, (New to testing) While doing unit testing for my ContactUs page, I have came across this problem. Tried few solutions, Which are posted on StackOverFlow but none ...
Vishnu Vardhan Vankayalapati's user avatar
0 votes
1 answer
518 views

When I unparcel my Kotlin data object class, a Log.wtf is called internally somewhere alerting me that it expected a certain amount of bytes, however some of those were not found. Unparcelling of ...
WhatTheClown's user avatar
0 votes
1 answer
56 views

Can someone tell me how to import an GVS image into a React project? I created the project using parcel and not create-react-app. I tried exporting as a component using ReactComponent and also ...
Karthik Tej's user avatar
1 vote
0 answers
225 views

I am currently trying to run npm start to compile a live version of my index.html, however parcel is throwing this error. @parcel/core: Failed to resolve '' from './src/styles/scss/main.scss' ...
EGstacking's user avatar
-1 votes
1 answer
96 views

When i am trying to run: "parcel watch ./public/js/index.js --out-dir ./public/js --out-file bundle.js" i get this error. I've tried answers of this question but it didnt work. index.js: ...
heisenburgerler's user avatar
1 vote
1 answer
1k views

at RequestGraph.invalidateOptionNodes (food-ordering-app\node_modules@parcel\core\lib\RequestTracker.js:249:29) at loadRequestGraph (food-ordering-app\node_modules@parcel\core\lib\RequestTracker.js:...
Vikalp Narayan's user avatar
2 votes
0 answers
160 views

I'm building a webapp using Parcel to bundle. Everything was working right at the front, but then I started the back setting the data base and got this error from parcel. 🚨 Build failed. @parcel/...
Adrián Leiva's user avatar
0 votes
1 answer
273 views

I am learning JavaScript from a Udemy course. I run into a problem with running the parcel. I installed parcel 2 as the video instructed, but when I try to run it, it says my files must be .js. In the ...
Jamil Rahman Mowahid's user avatar
0 votes
1 answer
462 views

Earlier code was running fine , but suddenly it is giving error like, enter image description here ERROR C:\Users\amitb\OneDrive\Desktop\React-Project>npm start > [email protected] start > ...
Amit Bhramanna's user avatar
1 vote
0 answers
708 views

I'm trying to build a Custom Web Components library using Lit Elements, Parcel and Babel. If I don't use decorators and fallback to static properties approach, things are working - however I'm facing ...
Ahmad Raza's user avatar
2 votes
1 answer
180 views

Just learned how to convert ES6 javascript code to ES5 using parcel. I tried to transpile this piece of code: const greeting = () => { console.log("Hello, world!"); }; greeting(); ...
Ahmad Mohammadirad's user avatar
0 votes
1 answer
123 views

Parcel 2 supports glob aliases for simple use cases, but I can't figure out how to use it for global object properties that require some transformation. For example, in WordPress projects, wp is a ...
Tomas Mulder's user avatar
  • 2,403
0 votes
0 answers
63 views

Body.js import RestaurantCard, { withBestSellerLabel } from "./RestaurantCard"; import { useEffect, useState, useContext } from "react"; import Shimmer from "./Shimmer"; ...
Ansari Sadaan's user avatar
0 votes
0 answers
119 views

I'm new to Parcel, and am getting this error: @parcel/transformer-css: Unknown at rule: @property in relation to this CSS block @property --a { syntax: '<angle>'; inherits: false; ...
jezmck's user avatar
  • 1,125
2 votes
3 answers
530 views

Running npm install --save-dev parcel in an npm project on my computer returns the following log: npm WARN deprecated [email protected]: Modern JS already guarantees Array#sort() is a stable sort, so this ...
nickcoding2's user avatar
0 votes
1 answer
1k views

1 npm ERR! path C:\Users\USER\OneDrive\Documents\My sites\Music Website\node_modules@parcel\watcher npm ERR! command failed npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c node-gyp rebuild npm ...
Lucky330's user avatar
0 votes
2 answers
538 views

enter image description here I am currently working on a React web app using Parcel as the bundler. While developing, I have not encountered any issues, and the application runs smoothly with npm ...
Mandy23's user avatar
0 votes
0 answers
49 views

easywork@Pranjals-MacBook-Air foodla % npx parcel index.html Error: Permission denied at Object.open (/Users/easywork/Desktop/foodla/node_modules/lmdb/dist/index.cjs:2530:15) at new LMDBCache (/Users/...
Pranjal Gupta's user avatar
0 votes
1 answer
396 views

in our company we are trying to build our design system as a package, in order to install it in several of our projects. Building the package works fine, but once we install it and import something ...
Antonio Gamiz Delgado's user avatar
0 votes
1 answer
756 views

I am trying to develop a google web app that uses a google sheet in backend. I want to develop locally in vscode as the editor in google Apps Scripts is rather limited. I also want to use vue3. To ...
Meaulnes's user avatar
  • 553
0 votes
1 answer
428 views

I have a typescript project that I edit via VSCode. I'm using parcel, which means I have to "import" images into code. By default, typescript doesn't like that, so I've added a declarations....
bastien girschig's user avatar
0 votes
1 answer
537 views

I maintain a Chrome DevTools extension for which I utilise Gulp to bundle my code. Since Gulp is not maintained anymore, I am looking to migrate to another bundler. I started a test project to try out ...
temelm's user avatar
  • 786
0 votes
1 answer
129 views

I'm building a react web application with yarn (1.22) and parcel(2.9.3) packages and getting this error in the console:- Uncaught Error: Could not resolve bundle with id bundle-manifest.js:13 runtime-...
Sneezy's user avatar
  • 193
0 votes
1 answer
84 views

Okay I'm building a website and yes I'm a graphic designer trying to code :) So I have a parcel 2 bootstrap 5.3 project with a video around 8 gb. So that takes up some space. But my hole project file ...
ftp82's user avatar
  • 13
25 votes
7 answers
23k views

While creating a react app from scratch (without using create-react-app) using parcel bundler, the parcel throws the following error: Error: Expected content key de1e4a02ec63c4eb to exist at ...
Puja Mahapatra's user avatar
0 votes
0 answers
105 views

I'm using Svelte with Parcel v2. I want Parcel to build my Svelte code — including CSS and JS — into one index.html file, but currently it's building an index.html and a separate index.css file. Here'...
user avatar
0 votes
1 answer
568 views

I just got that Error with Android 12 Device For devices running on android lower than 12 everything is ok ! java.lang.RuntimeException: Parcel android.os.Parcel@d674dcb: Unmarshalling unknown type ...
Alex - Exaland Concept's user avatar
0 votes
1 answer
39 views

I have a base generic abstract class, lets call it Base<T> class. This class extended by few subclass, with different types for T mData. Let's say that I have class Sub1 extends Base<byte []&...
Bak Itzik's user avatar
  • 486
0 votes
1 answer
189 views

I am doing an udemy course, 'Node.js, Express, MongoDB & More'. In the course, the lecturer uses parcel v1, but since then parcel has created v2 and I am unable to install v1. I am trying to call ...
John's user avatar
  • 31
1 vote
1 answer
328 views

I'm using Parcel 2.0. I noticed that on iPhone 13, iOS Safari version 15.x and 16.x, the media queries are completely ignored. After some test I realised that Safari ignores media queries when they ...
Bruno M.'s user avatar
  • 413
0 votes
1 answer
434 views

My website does not respond to @media in Safari. It works fully in Chrome, but nothing happens when I use Safari. I have only tested Chrome and Safari, so I don't know if other browsers also struggle. ...
Alexander Rubino's user avatar
0 votes
1 answer
183 views

I am using parcel to bundle the files, and for my script tag or link tag containing .tsx and .less files, it will transform those file to the following format: <directory name>-<hash>.<...
mrwuscience's user avatar
2 votes
0 answers
483 views

I am using parcel with React in an application. When I am running npx index.html it is showing me below error: Server running at http://localhost:1234 🚨 Build failed. @parcel/core: Failed to resolve '...
gemie's user avatar
  • 57
0 votes
1 answer
343 views

npm ERR! code E404 npm ERR! 404 Not Found - GET https://github.com/parcel-bundler/parcel/parcel - Not Found npm ERR! 404 npm ERR! 404 'parcel@*' is not in this registry. npm ERR! 404 npm ERR! 404 ...
Samurai's user avatar
0 votes
1 answer
510 views

I am trying to develop a chrome extension that is using a tensorflow model in the service worker. It gets bundled by parcel. The extension works without any issues when I use an HMR server. However, ...
tplat's user avatar
  • 1
0 votes
1 answer
182 views

I setup a project with parcel that with a preact app. When running the project with as dev with npm run dev (It allow me to test at http://localhost:8080). When I access to http://localhost:8080 and ...
Andrianina OELIMAHEFASON's user avatar
0 votes
0 answers
451 views

could you please help me to solve this problem? I just can't fugure it out :( Parcel just doesn't transpile modern JS: I've installed Parcel: npm install --save-dev parcel created a Babel config ...
stacknoobie's user avatar
2 votes
1 answer
166 views

I'm trying to implement a loading page in my JavaScript app that loads all the files before launching the app (twelve mp3 files and five png files) , but the way I'm doing it returns empty objects ...
Andrea de Martinis's user avatar
1 vote
0 answers
311 views

i am trying to build a js library, but i faced a problem during the developing stage, which is parcel does not update/watch imported modules from my library which i linked using yarn link command, but ...
Nachat Ayoub's user avatar
0 votes
3 answers
406 views

I'm trying to build a website using Html, Sass, and JavaScript. So I'm using parcel to bundle my website but the problem I've come up with is that if I want to start bundling by typing "npm start&...
khaled mohy's user avatar
0 votes
1 answer
344 views

I'm building a simple website with html and css (sass). For converting sass to css, I'm using parcel to create a bundle of the website. The website consist of 2 files: 'index.html' and 'style.scss'. I ...
Sam Leurs's user avatar
  • 2,022
1 vote
1 answer
1k views

I am stuck in the middle with my issue I am encountering for a while. I got a React app with parcel as a bundler. It runs nice and smooth on my local environment, but it's not working on my Azure Web ...
wmk's user avatar
  • 23
4 votes
1 answer
2k views

iam trying to use parcel and running these two commands "watch:js": "parcel watch ./public/js/index.js --dist-dir ./public/js --out-file bundle.js", "build:js": "...
WMF's user avatar
  • 61

1
2 3 4 5
11