-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4cc343b
commit f8dd2f2
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<!--- | ||
Thanks for filing an issue π ! Before you submit, please read the following: | ||
Search open/closed issues before submitting since someone might have asked the same thing before! | ||
--> | ||
|
||
**Choose one:** is this a π bug report or π feature request? | ||
|
||
<!--- Provide a general summary of the issue in the title above --> | ||
|
||
### π Configuration (.babelrc, package.json, cli command) | ||
<!--- If describing a bug, tell us what your babel configuration looks like --> | ||
|
||
```js | ||
{ | ||
"your": { "config": "here" } | ||
} | ||
``` | ||
|
||
### π€ Expected Behavior | ||
<!--- If you're describing a bug, tell us what should happen --> | ||
<!--- If you're suggesting a change/improvement, tell us how it should work --> | ||
|
||
### π― Current Behavior | ||
<!--- If describing a bug, tell us what happens instead of the expected behavior --> | ||
<!--- If you are seeing an error, please include the full error message and stack trace --> | ||
<!--- If suggesting a change/improvement, explain the difference from current behavior --> | ||
|
||
### π Possible Solution | ||
<!--- Not obligatory, but suggest a fix/reason for the bug, --> | ||
<!--- or ideas how to implement the addition or change --> | ||
|
||
### π¦ Context | ||
<!--- How has this issue affected you? What are you trying to accomplish? --> | ||
<!--- Providing context helps us come up with a solution that is most useful in the real world --> | ||
|
||
### π Your Environment | ||
<!--- Include as many relevant details about the environment you experienced the bug in --> | ||
|
||
| Software | Version(s) | ||
| ---------------- | ---------- | ||
| Parcel | | ||
| Node | | ||
| npm/Yarn | | ||
| Operating System | |
f8dd2f2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Getting this error after installing and running the simple example
"(node:9864) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): RangeError: Maximum call stack size exceeded
(node:9864) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code."
Windows 10 64bit / Parcel 1.02 / Node 8.9.2 / yarn 1.3.2
Anny suggestions ?
Thanks.
Rene