You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 13, 2019. It is now read-only.
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 upath@1.0.4: 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
Version used: 0.2.2
Environment name and version (e.g. node.js 10.4.1, yarn 1.7.0, npm 6.1.0):
Operating System and version (desktop or mobile): MacOS High Sierra
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 upath@1.0.4: 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