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
I had some issues installing the library. The directions were pretty spot on except it might be worth noting in the readme that on Windows 7 64-bit there are a few additional things to consider.
First, Python 2 needs to be installed and 'C:\Python27' added to your Windows environment PATH variable in order for 'npm install -g exec-sync' to work.
Second, I had to execute 'npm link exec-sync' in a console run as an administrator, because Meteor does not recognize the default install directory of 'C:\Users[user]\AppData\Roaming\npm\node_modules'. Also, it is important to note that you must be navigated to 'C:\Program Files (x86)\Meteor\lib\node_modules' for it to link node_modules to the correct location.
If you could add these notes to your ReadMe, it may help others as they install the library.
Thanks again!
Nick
The text was updated successfully, but these errors were encountered:
First, thanks for writing this library!
I had some issues installing the library. The directions were pretty spot on except it might be worth noting in the readme that on Windows 7 64-bit there are a few additional things to consider.
First, Python 2 needs to be installed and 'C:\Python27' added to your Windows environment PATH variable in order for 'npm install -g exec-sync' to work.
Second, I had to execute 'npm link exec-sync' in a console run as an administrator, because Meteor does not recognize the default install directory of 'C:\Users[user]\AppData\Roaming\npm\node_modules'. Also, it is important to note that you must be navigated to 'C:\Program Files (x86)\Meteor\lib\node_modules' for it to link node_modules to the correct location.
If you could add these notes to your ReadMe, it may help others as they install the library.
Thanks again!
Nick
The text was updated successfully, but these errors were encountered: