Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install Chimp on Windows OS #527

Closed
vishal0532 opened this issue Nov 17, 2016 · 2 comments
Closed

Unable to install Chimp on Windows OS #527

vishal0532 opened this issue Nov 17, 2016 · 2 comments

Comments

@vishal0532
Copy link

vishal0532 commented Nov 17, 2016

Expected behaviour
Actual behaviour

npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use
@segment/to-iso-string instead.
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install th
e latest version of pug instead of jade
npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher
to avoid a RegExp DoS issue
npm WARN deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie h
ttps://nodesecurity.io/advisories/130
C:\Users
`-- chimp@0.41.2

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\ch
okidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@
1.0.15: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"
})
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\pack
age.json'
npm WARN No description
npm WARN No repository field.
npm WARN No README data
npm WARN No license field.

Exact steps to reproduce / repository that demonstrates the problem
  • Install node.js
  • Verified by node -v command and found the version installed
  • Tried the commands
    mkdir chimp-tutorial
    cd chimp-tutorial
    npm install chimp
    mkdir features
    chimp --watch
  • After trying the command chimp --watch getting the below log in windows command line terminal
    npm WARN deprecated to-iso-string@0.0.2: to-iso-string has been deprecated, use
    @segment/to-iso-string instead.
    npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install th
    e latest version of pug instead of jade
    npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher
    to avoid a RegExp DoS issue
    npm WARN deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie h
    ttps://nodesecurity.io/advisories/130
    C:\Users
    `-- chimp@0.41.2

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.0.0 (node_modules\ch
okidar\node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@
1.0.15: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"
})
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\pack
age.json'
npm WARN No description
npm WARN No repository field.
npm WARN No README data
npm WARN No license field.

Version & tools:
  • Chimp command line used: npm install chimp
  • Chimp config file: Please provide a Gist if you use a config file
  • Chimp: getting error-chimp is not recognized command`
  • Node.js: v6.9.1
  • Java: 1.8`
  • Operation system: Windows 7
Console / Log Output

Please put long logs in a Gist and provide a link here.


Join our Slack xolv.io/community #chimp channel, where you can find help and help others.

@samhatoum
Copy link
Member

can you try an earlier version of node? The issue is that fibers isn't always released for the latest node.js release

@vishal0532
Copy link
Author

Worked for me after trying the global chimp installation & re-installing node js version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants