-
Notifications
You must be signed in to change notification settings - Fork 35
Failed to create new dapp with node version 10 #23
Comments
This issue will be addressed in the next release as there's an update to a peer dependency which caused this error. reference. |
On a side note** |
|
Is there a way to make Parcel's HMR work without websocket? |
Don't think so |
i can add vuejs or maybe react webpack versions of templates. |
It's eventually not an issue within parcel :) @Punkkk |
Upath is fixed for node 10 resolution. The CLI has been updated, once the React package has been updated I'll push a new version. There's some changes coming soon that I'm gonna push with it (Parcel built-in renderer) |
Error:
node:59289) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
error [email protected]: The engine "node" is incompatible with this module. Expected version ">=4 <=9".
error Found incompatible module
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
✖ Something went wrong while copying the template or installing the dependencies
Please check the console output and report it at 'https://github.com/nos/create-nos-dapp/issues'
Expected Behavior
It should also work with higher version of node.
Current Behavior
Failed with error message
Possible Solution
code update
Steps to Reproduce (for bugs)
Just try to run the command with node version 10.4.1
Context
Not able to ceate a new template
Your Environment
The text was updated successfully, but these errors were encountered: