Windows #24

Closed
opened 2012-03-30 13:00:27 -07:00 by geddski · 3 comments
geddski commented 2012-03-30 13:00:27 -07:00 (Migrated from github.com)

I'm using wrench in a windows environment and it's working fine (at least the parts of wrench I'm using). But now that "os" has been added to package.json, npm install fails on windows:

npm ERR! Unsupported
npm ERR! Not compatible with your operating system or architecture: wrench@1.3.7

npm ERR! Valid OS:    linux,darwin,freebsd
npm ERR! Valid Arch:  any
npm ERR! Actual OS:   win32
npm ERR! Actual Arch: ia32
npm ERR!
npm ERR! System Windows_NT 6.1.7600
npm ERR! command "C:\\Program Files (x86)\\nodejs\\\\node.exe" "C:\\Program File
s (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "."

Since it works for me in windows I'd like to be able to use it as a dependency in my apps, but when my app is installed npm refuses to install wrench. Please remove "os" from package.json. Thanks!

I'm using wrench in a windows environment and it's working fine (at least the parts of wrench I'm using). But now that "os" has been added to package.json, npm install fails on windows: ``` npm ERR! Unsupported npm ERR! Not compatible with your operating system or architecture: wrench@1.3.7 npm ERR! Valid OS: linux,darwin,freebsd npm ERR! Valid Arch: any npm ERR! Actual OS: win32 npm ERR! Actual Arch: ia32 npm ERR! npm ERR! System Windows_NT 6.1.7600 npm ERR! command "C:\\Program Files (x86)\\nodejs\\\\node.exe" "C:\\Program File s (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "." ``` Since it works for me in windows I'd like to be able to use it as a dependency in my apps, but when my app is installed npm refuses to install wrench. Please remove "os" from package.json. Thanks!
ryanmcgrath commented 2012-03-30 15:18:12 -07:00 (Migrated from github.com)

So shall it politely and adequately requested, so shall it be done.

So shall it politely and adequately requested, so shall it be done.
geddski commented 2012-03-30 16:49:39 -07:00 (Migrated from github.com)

:) thx

:) thx
ferentchak commented 2012-12-02 06:19:40 -08:00 (Migrated from github.com)

Thanks for doing this. I would of run into this same problem today during my Windows client testing.

Thanks for doing this. I would of run into this same problem today during my Windows client testing.
This repository is archived. You cannot comment on issues.
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: code/wrench-js#24
No description provided.